mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 10:44:59 +00:00
[improvement] Template: use v-text instead of mustache (#2404)
This commit is contained in:
@@ -18,10 +18,9 @@
|
||||
</radio-group>
|
||||
<div
|
||||
v-if="disabledText"
|
||||
v-text="disabledText"
|
||||
:class="b('disabled-text')"
|
||||
>
|
||||
{{ disabledText }}
|
||||
</div>
|
||||
/>
|
||||
<cell-group v-if="disabledList.length">
|
||||
<address-item
|
||||
v-for="(item, index) in disabledList"
|
||||
|
Reference in New Issue
Block a user