mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 10:44:59 +00:00
手机端样式细节调整,补充测试用例 (#3)
* unit test * picker and dialog unit tes * fix:quantity and loading
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
</example-block><example-block title="高级用法">
|
||||
<van-quantity v-model="quantity2" min="5" max="40" step="2" default-value="9"></van-quantity>
|
||||
<p class="curr-quantity">当前值:{{ quantity2 }}</p>
|
||||
<p class="curr-quantity">当前值:{{ quantity2 || 9 }}</p>
|
||||
|
||||
</example-block></section></template>
|
||||
<style>
|
||||
|
Reference in New Issue
Block a user