mirror of
https://github.com/youzan/vant.git
synced 2026-05-07 01:01:01 +08:00
[improvement] Template: use v-text instead of mustache (#2404)
This commit is contained in:
@@ -6,12 +6,11 @@
|
||||
>
|
||||
<span
|
||||
v-if="showPivot && text"
|
||||
v-text="text"
|
||||
ref="pivot"
|
||||
:style="pivotStyle"
|
||||
:class="b('pivot')"
|
||||
>
|
||||
{{ text }}
|
||||
</span>
|
||||
/>
|
||||
</span>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user