mirror of
https://gitee.com/wot-design-uni/wot-design-uni.git
synced 2025-12-07 01:28:30 +08:00
docs: ✏️ 更正form demo 方法名不一致 (#534)
This commit is contained in:
parent
3e51f763cf
commit
59fb1eaabd
@ -60,7 +60,7 @@ const model = reactive<{
|
|||||||
|
|
||||||
const form = ref()
|
const form = ref()
|
||||||
|
|
||||||
function handleSubmit1() {
|
function handleSubmit() {
|
||||||
form.value
|
form.value
|
||||||
.validate()
|
.validate()
|
||||||
.then(({ valid, errors }) => {
|
.then(({ valid, errors }) => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user