mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(form): 修复 form demo 的 submit 事件拼写错误 (#8543)
This commit is contained in:
parent
6aac1ee891
commit
2897145ea0
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<demo-block :title="t('title')">
|
<demo-block :title="t('title')">
|
||||||
<van-form validate-first @sumbit="onSubmit" @failed="onFailed">
|
<van-form validate-first @submit="onSubmit" @failed="onFailed">
|
||||||
<van-field
|
<van-field
|
||||||
v-model="value1"
|
v-model="value1"
|
||||||
name="pattern"
|
name="pattern"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user