update Select tag
This commit is contained in:
parent
2079c47bb3
commit
51939f89eb
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
@click="toggleMenu">
|
@click="toggleMenu">
|
||||||
<slot name="input">
|
<slot name="input">
|
||||||
<input type="hidden" :name="name" :value="model">
|
<input type="hidden" :name="name" :value="model">
|
||||||
<div class="ivu-tag" v-for="(item, index) in selectedMultiple">
|
<div class="ivu-tag ivu-tag-checked" v-for="(item, index) in selectedMultiple">
|
||||||
<span class="ivu-tag-text">{{ item.label }}</span>
|
<span class="ivu-tag-text">{{ item.label }}</span>
|
||||||
<Icon type="ios-close-empty" @click.native.stop="removeTag(index)"></Icon>
|
<Icon type="ios-close-empty" @click.native.stop="removeTag(index)"></Icon>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue