mirror of
https://gitee.com/wot-design-uni/wot-design-uni.git
synced 2025-12-06 17:18:40 +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()
|
||||
|
||||
function handleSubmit1() {
|
||||
function handleSubmit() {
|
||||
form.value
|
||||
.validate()
|
||||
.then(({ valid, errors }) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user