UNPKG

vue-infinite-tree

Version:

- [Installation](#installation) - [Usage](#usage) - [Example picture](#Example) - [Development](#development) - [License](#license)

9 lines (6 loc) 203 B
import InfiniteTree from './components/tree.vue'; InfiniteTree.install = function install(Vue) { Vue.component(InfiniteTree.name, InfiniteTree); } export default InfiniteTree; export {InfiniteTree};