1
0
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 ()

This commit is contained in:
hebingchang 2018-08-30 15:24:19 +08:00 committed by neverland
parent 468ecdefa1
commit 852269a272
2 changed files with 2 additions and 2 deletions
dist/progress
packages/progress

@ -4,7 +4,7 @@
style="{{ portionStyle }}" style="{{ portionStyle }}"
> >
<view <view
v-if="{{ showPivot && text }}" wx:if="{{ showPivot && text }}"
style="{{ pivotStyle }}" style="{{ pivotStyle }}"
class="van-progress__pivot" class="van-progress__pivot"
> >

@ -4,7 +4,7 @@
style="{{ portionStyle }}" style="{{ portionStyle }}"
> >
<view <view
v-if="{{ showPivot && text }}" wx:if="{{ showPivot && text }}"
style="{{ pivotStyle }}" style="{{ pivotStyle }}"
class="van-progress__pivot" class="van-progress__pivot"
> >