-
Notifications
You must be signed in to change notification settings - Fork 5
Home
胡飞 edited this page Sep 18, 2020
·
2 revisions
带有全部选项的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" />