Skip to content

fred-hu/el-select-all

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

el-select-all

描述:

带有全部选项的el-select组件

使用:

安装依赖包

npm i el-select-all

main.js里引入

import ElSelectAll from 'el-select-all'
Vue.use(ElSelectAll)

组件用例

<ElSelectAll v-model="storeCodes" filterable multiple collapse-tags @change="onChange" :options="mdoptionsList" />
预览地址:

http://components.marlong.cn/

https://fred-hu.github.io/el-select-all

npm包地址:

el-select-all

示例:

示例 示例