@coreui/vue-pro
Version:
UI Components Library for Vue.js
11 lines (8 loc) • 306 B
JavaScript
import { CConditionalTeleport } from './CConditionalTeleport.js';
const CConditionalTeleportPlugin = {
install: (app) => {
app.component(CConditionalTeleport.name, CConditionalTeleport);
},
};
export { CConditionalTeleport, CConditionalTeleportPlugin };
//# sourceMappingURL=index.js.map