UNPKG

@ykcl/smart-ui-oversea

Version:

A Component Library for Vue.js.

9 lines (6 loc) 191 B
import YkCheckbox from './src/checkbox'; /* istanbul ignore next */ YkCheckbox.install = function(Vue) { Vue.component(YkCheckbox.name, YkCheckbox); }; export default YkCheckbox;