UNPKG

dm-vue3-ui

Version:

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

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