Skip to content
Search
K
Main Navigation
首页
相关链接
vitepress
vitepress参考
天地图官网
Appearance
Menu
Return to top
本页目录
Table of Contents for current page
emits
事件
说明
类型
submit
表单提交
(data:any) => void
reset
表单重置
(data:any) => void
error
表单校验失败
(err:any) => void
change
表单项改变时
({ prop: string, data:any }) => void
贡献者
mosowe