UNPKG

birdpaper-ui

Version:

一个通用的 vue3 UI组件库。A common vue3 UI component library.

11 lines (10 loc) 305 B
"use strict"; const _switch = require("./src/switch.vue.js"); const config = require("../utils/config.js"); _switch.name = config.getComponentsPrefix() + _switch.name; const Switch = Object.assign(_switch, { install: (app) => { app.component(_switch.name, _switch); } }); module.exports = Switch;