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(),
|
nameLocalStorage: this.calculer_nameLocalStorage(),
|
||||||
quelleVue: this.vueblocdefaut,
|
quelleVue: this.vueblocdefaut,
|
||||||
vuebloc: '',
|
vuebloc: '',
|
||||||
model: null,
|
model: [],
|
||||||
options: ['element', 'ant-design-vue', 'vuetify'],
|
options: ['Jest', 'Mocha', 'Selenium', 'Puppeteer', 'Jasmine', 'Karma'],
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
|
@ -487,13 +487,16 @@ let monTableau = {
|
||||||
},
|
},
|
||||||
template: `
|
template: `
|
||||||
<div class="gamutable">
|
<div class="gamutable">
|
||||||
|
<div>
|
||||||
|
<vue-select
|
||||||
|
v-model="model"
|
||||||
|
:options="options"
|
||||||
|
hide-selected
|
||||||
|
multiple
|
||||||
|
taggable
|
||||||
|
></vue-select>
|
||||||
|
</div>
|
||||||
<div class="gamutable--surTable">
|
<div class="gamutable--surTable">
|
||||||
aa
|
|
||||||
<vue-select
|
|
||||||
v-model="model"
|
|
||||||
:options="options"
|
|
||||||
></vue-select>
|
|
||||||
bb
|
|
||||||
<select id="parPage" v-model="parPageSelect">
|
<select id="parPage" v-model="parPageSelect">
|
||||||
<option v-for="v in tparpage" :key="v">{{v}}</option>
|
<option v-for="v in tparpage" :key="v">{{v}}</option>
|
||||||
</select>
|
</select>
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue