UNPKG

@insaic/neon

Version:

A Mobile UI Components built on Vue

8 lines (5 loc) 134 B
import Switch from './src/index.vue' Switch.install = function (Vue) { Vue.component(Switch.name, Switch) } export default Switch