[Bug Fix] fix v-if in progress component (#481)

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

View File

@ -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"
> >

View File

@ -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"
> >