UNPKG

kingdot

Version:

A UI Components Library For Vue

8 lines (5 loc) 149 B
import Checkbox from './checkbox.vue'; Checkbox.install = function (Vue) { Vue.component(Checkbox.name, Checkbox); }; export default Checkbox;