cascader Click icon to expand
This commit is contained in:
parent
5bc98a52cf
commit
b2c3442f20
2 changed files with 28 additions and 9 deletions
|
@ -44,6 +44,7 @@
|
|||
[selectPrefixCls + '-item-disabled']: item.disabled
|
||||
}]"
|
||||
v-for="(item, index) in querySelections"
|
||||
:key="index"
|
||||
@click="handleSelectItem(index)" v-html="item.display"></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue