UNPKG

@afwenming123/vue-easy-tree

Version:
8 lines (6 loc) 184 B
import ElCheckbox from './src/checkbox'; /* istanbul ignore next */ ElCheckbox.install = function(Vue) { Vue.component(ElCheckbox.name, ElCheckbox); }; export default ElCheckbox;