Compare commits

..

No commits in common. "2897145ea00b1a00376b216218b25fced0774673" and "1d8bfbb3f8f24e10b481c4b3dc86061369ce8b11" have entirely different histories.

4 changed files with 4 additions and 5 deletions

View File

@ -2,7 +2,7 @@
### 提示
当前文档为 Vant 2 的更新日志,如需查询 Vant 3 的更新内容,请访问 [Vant 3 更新日志](https://youzan.github.io/vant/v3/#/zh-CN/changelog)。
当前文档为 Vant 2 的更新日志,如需查询 Vant 3 的更新内容,请访问 [Vant 3 更新日志](https://youzan.github.io/vant/next/#/zh-CN/changelog)。
### 介绍
@ -12,7 +12,7 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。
- 修订号:每周发布,包含新特性和问题修复。
- 次版本号:每隔一至二个月发布,包含新特性和较大的功能更新,向下兼容。
- 主版本号:无固定发布时间,包含不兼容更新。
- 主版本号:发布时间不定,包含不兼容更新,预计下一个主版本会与 Vue 3.0 同期发布
## 更新内容

View File

@ -60,7 +60,7 @@
"vue-lazyload": "1.2.3"
},
"peerDependencies": {
"vue": ">= 2.6.0"
"vue": ">= 2.5.22"
},
"devDependencies": {
"@vant/cli": "^2.10.0",

View File

@ -1,6 +1,6 @@
<template>
<demo-block :title="t('title')">
<van-form validate-first @submit="onSubmit" @failed="onFailed">
<van-form validate-first @sumbit="onSubmit" @failed="onFailed">
<van-field
v-model="value1"
name="pattern"

View File

@ -24,7 +24,6 @@ export default createComponent({
props: {
...popupMixinProps,
title: String,
duration: String,
cancelText: String,
description: String,
getContainer: [String, Function],