update Select

This commit is contained in:
梁灏 2019-09-09 14:41:42 +08:00
parent 255b69abd6
commit 74fb7cb03d
3 changed files with 14 additions and 8 deletions

View file

@ -51,9 +51,9 @@
<Select v-model="model13" filterable allow-create @on-create="handleCreate" style="width:260px">
<Option v-for="item in cityList" :value="item.value" :key="item.value">{{ item.label }}</Option>
</Select>
<!-- <Select v-model="model12" multiple filterable allow-create @on-create="handleCreate" style="width:260px">-->
<!-- <Option v-for="item in cityList" :value="item.value" :key="item.value">{{ item.label }}</Option>-->
<!-- </Select>-->
<Select v-model="model12" multiple filterable allow-create @on-create="handleCreate" style="width:260px">
<Option v-for="item in cityList" :value="item.value" :key="item.value">{{ item.label }}</Option>
</Select>
</div>
</template>
@ -68,7 +68,7 @@
},
{
value: 'London',
label: 'London2'
label: 'London'
},
{
value: 'Sydney',