0.1.1 • Published 3 years ago

vue-infinite-tree v0.1.1

Weekly downloads
13
License
-
Repository
github
Last release
3 years ago

Table of Contents

Installation

npm install vue-infinite-tree

or if you prefer yarn

yarn add vue-infinite-tree

Usage

Include the carousel directly into your component using import:

import InfiniteTree from 'vue-infinite-tree';

export default {
  ...
  components: {
    InfiniteTree,
  }
  ...
};

Configuration

API与elementUI tree保持一致,暂不支持 checkbox与drag功能 | Property | Type | Default | Description | |:--------------------------|:--------|:--------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | renderCount | Number | 50 | 默认页面渲染的条数

Development

A sandboxed dev environment is provided by vue-play. Changes made to the component files will appear in real time in the sandbox.

To begin development, run:

npm install 
npm run serve

or, if you prefer yarn

yarn install 
yarn serve

then navigate to http://localhost:8080

License

This project is licensed under the MIT License - see the LICENSE.md file for details.