fix(Calendar) should not submit form

This commit is contained in:
陈嘉涵
2020-02-11 15:49:51 +08:00
parent 200da364ff
commit e93fcb0603
4 changed files with 26 additions and 3 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ export default {
```html
<van-field name="uploader" label="Uploader">
<van-uploader v-model="uploader" slot="input" multiple max-count="2" />
<van-uploader v-model="uploader" slot="input" />
</van-field>
```