mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[Improvement] Picker: support html option (#1213)
This commit is contained in:
parent
9b01710556
commit
1fed9bdbcd
@ -11,7 +11,7 @@
|
||||
<ul :style="wrapperStyle">
|
||||
<li
|
||||
v-for="(option, index) in options"
|
||||
v-text="getOptionText(option)"
|
||||
v-html="getOptionText(option)"
|
||||
class="van-ellipsis"
|
||||
:class="b('item', {
|
||||
disabled: isDisabled(option),
|
||||
|
Loading…
x
Reference in New Issue
Block a user