element-ui-components-extend
v0.2.0
Published
Vue2 component library based on element ui
Downloads
5
Readme
element-ui-components-extend
介绍
基于element-ui封装的组件库 1、TreeSelect树形选择:含有下拉菜单的树形选择器,结合了 el-tree 和 el-select 两个组件的功能。
使用说明
npm install element-ui-components-extend --save
import ComponentsExtend, { TreeSelect } from 'element-ui-components-extend'
import 'element-ui-components-extend/lib/index.css'
Vue.use(ComponentsExtend) //注册所有组件
Vue.use(TreeSelect)
基础用法
树状选择器
参考文档 TreeSelect
License
element-ui-components is open source software licensed as MIT.