docs: update vant-weapp demo

This commit is contained in:
chenjiahan
2020-03-21 07:11:42 +08:00
parent 6343928da0
commit a8c671ecfd
9 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -40,7 +40,7 @@
<van-rate v-model="value6" readonly />
</demo-block>
<demo-block :title="$t('changeEvent')">
<demo-block v-if="!isWeapp" :title="$t('changeEvent')">
<van-rate v-model="value7" @change="onChange" />
</demo-block>
</demo-section>