ev_tree_select

0.0.1 • Public • Published

Element Plus tree-select component minor feature enhance

Based on Element Plus tree-select component, multiple select within group, but single select between group.

Enhance props

// multiple select within group, but single select between group
singleBetweenGroup: {
    type: Boolean,
    default: false
}

Notice !!!
Devloped under auhtor's team business requirement, just promise it run normally under tree data that has only two level.

Usage

  1. npm install ev_tree_select
  2. import css : import 'ev_tree_select/dist/style.css'
  3. import into your single vue file component : import { EVTreeSelect } from 'ev_tree_select';

Basic usage and more attributes/props/method please reference Elment-plus

Package Sidebar

Install

npm i ev_tree_select

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

464 kB

Total Files

6

Last publish

Collaborators

  • fanlun007