docs: ✏️ 更正form demo 方法名不一致 (#534)

This commit is contained in:
June 2024-08-26 15:03:46 +08:00 committed by GitHub
parent 3e51f763cf
commit 59fb1eaabd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,7 +60,7 @@ const model = reactive<{
const form = ref()
function handleSubmit1() {
function handleSubmit() {
form.value
.validate()
.then(({ valid, errors }) => {