mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 09:24:25 +00:00
[Improvement] Picker: support html option (#1213)
This commit is contained in:
@@ -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),
|
||||
|
Reference in New Issue
Block a user