Skip to content

Commit 59fb1ea

Browse files
authored
docs: ✏️ 更正form demo 方法名不一致 (#534)
1 parent 3e51f76 commit 59fb1ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/component/form.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const model = reactive<{
6060

6161
const form = ref()
6262

63-
function handleSubmit1() {
63+
function handleSubmit() {
6464
form.value
6565
.validate()
6666
.then(({ valid, errors }) => {

0 commit comments

Comments
 (0)