cascader Click icon to expand

This commit is contained in:
lifenglu 2019-11-01 18:25:52 +08:00
parent 5bc98a52cf
commit b2c3442f20
2 changed files with 28 additions and 9 deletions

View file

@ -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>