UNPKG

@coreui/vue-pro

Version:

UI Components Library for Vue.js

11 lines (8 loc) 215 B
import { CAvatar } from './CAvatar.js'; const CAvatarPlugin = { install: (app) => { app.component(CAvatar.name, CAvatar); }, }; export { CAvatar, CAvatarPlugin }; //# sourceMappingURL=index.js.map