UNPKG

@huntianning/components

Version:

Custom components for HTN

8 lines (5 loc) 146 B
import TreeSelect from './tree-select' TreeSelect.install = (Vue) => { Vue.component(TreeSelect.name, TreeSelect) } export default TreeSelect