UNPKG

@qii404/vue-easy-tree

Version:

Forked from @wchbrad/vue-easy-tree, modified just for ARDM, you may not need it.

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