mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 02:31:21 +00:00
手机端样式细节调整,补充测试用例 (#3)
* unit test * picker and dialog unit tes * fix:quantity and loading
This commit is contained in:
@@ -83,7 +83,7 @@ export default {
|
||||
:::demo 高级用法
|
||||
```html
|
||||
<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>
|
||||
```
|
||||
:::
|
||||
|
||||
|
Reference in New Issue
Block a user