UNPKG

dm-vue3-ui

Version:

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

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