UNPKG

@beeapi/nutui

Version:

一套轻量级移动端Vue组件库

9 lines (6 loc) 166 B
import Switch from './switch.vue'; import './switch.scss'; Switch.install = function(Vue) { Vue.component(Switch.name, Switch); }; export default Switch;