feat: 在客人姓名输入框中添加默认值
All checks were successful
/ surge (push) Successful in 25s

This commit is contained in:
严浩
2024-11-19 16:53:37 +08:00
parent 60a265e139
commit 162f818f50

View File

@ -30,6 +30,7 @@ import { FormKitMessages } from '@formkit/vue'
label="客人姓名"
placeholder="客人姓名"
validation="required"
value="默认值"
>
</FormKit>
<FormKit