UNPKG

dm-vue3-ui

Version:

This Components Library will help get you started developing in Vue 3.

10 lines (9 loc) 218 B
import CronPicker from "./index.vue"; import { default as default2 } from "./index.vue"; CronPicker.install = (app) => { app.component(CronPicker.name, CronPicker); return app; }; export { default2 as default };