0.2.0 • Published 5 months ago

element-ui-components-extend v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

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.

0.2.0

5 months ago

0.1.8

5 months ago

0.1.9

5 months ago

0.1.7

5 months ago

0.1.4

5 months ago

0.1.6

5 months ago

0.1.5

5 months ago

0.1.2

5 months ago

0.1.1

5 months ago

0.1.3

5 months ago

0.1.0

5 months ago