mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
[Bug Fix] fix v-if in progress component (#481)
This commit is contained in:
parent
468ecdefa1
commit
852269a272
2
dist/progress/index.wxml
vendored
2
dist/progress/index.wxml
vendored
@ -4,7 +4,7 @@
|
||||
style="{{ portionStyle }}"
|
||||
>
|
||||
<view
|
||||
v-if="{{ showPivot && text }}"
|
||||
wx:if="{{ showPivot && text }}"
|
||||
style="{{ pivotStyle }}"
|
||||
class="van-progress__pivot"
|
||||
>
|
||||
|
@ -4,7 +4,7 @@
|
||||
style="{{ portionStyle }}"
|
||||
>
|
||||
<view
|
||||
v-if="{{ showPivot && text }}"
|
||||
wx:if="{{ showPivot && text }}"
|
||||
style="{{ pivotStyle }}"
|
||||
class="van-progress__pivot"
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user