0.0.1 • Published 2 years ago

ev_tree_select v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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