vue-infinite-tree

0.1.1 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i vue-infinite-tree

Weekly Downloads

3

Version

0.1.1

License

none

Unpacked Size

1.35 MB

Total Files

24

Last publish

Collaborators

  • demily