mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 18:54:24 +00:00
[improvement] Template: use v-text instead of mustache (#2404)
This commit is contained in:
@@ -31,11 +31,10 @@
|
||||
@click="onClick(index)"
|
||||
>
|
||||
<span
|
||||
v-text="tab.title"
|
||||
ref="title"
|
||||
:class="{ 'van-ellipsis': ellipsis }"
|
||||
>
|
||||
{{ tab.title }}
|
||||
</span>
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user