mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 02:31:21 +00:00
[improvement] Template: use v-text instead of mustache (#2404)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
v-for="visibility in points"
|
||||
class="van-hairline"
|
||||
>
|
||||
<i :style="`visibility: ${visibility}`" />
|
||||
<i :style="{ visibility } " />
|
||||
</li>
|
||||
</ul>
|
||||
<div
|
||||
|
Reference in New Issue
Block a user