UNPKG

el-tree-virtual-scroll

Version:

A Virtual Scrolling Tree Implementation Using Element-UI's el-tree

7 lines (5 loc) 133 B
import veTree from './src/components/tree' veTree.install = (Vue) => { Vue.component(veTree.name, veTree) } export default veTree