test avec select taggable
This commit is contained in:
parent
abc1b659d4
commit
d507f4136f
2 changed files with 14 additions and 11 deletions
|
@ -206,8 +206,8 @@ let monTableau = {
|
|||
nameLocalStorage: this.calculer_nameLocalStorage(),
|
||||
quelleVue: this.vueblocdefaut,
|
||||
vuebloc: '',
|
||||
model: null,
|
||||
options: ['element', 'ant-design-vue', 'vuetify'],
|
||||
model: [],
|
||||
options: ['Jest', 'Mocha', 'Selenium', 'Puppeteer', 'Jasmine', 'Karma'],
|
||||
};
|
||||
},
|
||||
mounted() {
|
||||
|
@ -487,13 +487,16 @@ let monTableau = {
|
|||
},
|
||||
template: `
|
||||
<div class="gamutable">
|
||||
<div>
|
||||
<vue-select
|
||||
v-model="model"
|
||||
:options="options"
|
||||
hide-selected
|
||||
multiple
|
||||
taggable
|
||||
></vue-select>
|
||||
</div>
|
||||
<div class="gamutable--surTable">
|
||||
aa
|
||||
<vue-select
|
||||
v-model="model"
|
||||
:options="options"
|
||||
></vue-select>
|
||||
bb
|
||||
<select id="parPage" v-model="parPageSelect">
|
||||
<option v-for="v in tparpage" :key="v">{{v}}</option>
|
||||
</select>
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue