feat: 添加 @formkit/pro 插件,更新 FormKit 配置以支持切换功能
All checks were successful
/ test (push) Successful in 26s
/ surge (push) Successful in 29s

This commit is contained in:
mac-mini-2024
2024-11-20 22:50:05 +08:00
parent c32a1c7196
commit 25fad2c766
4 changed files with 38 additions and 3 deletions

View File

@ -134,7 +134,8 @@ onMounted(() => {
v-if="attributes?.name"
:preserve="false"
name="confirmName"
type="checkbox"
type="toggle"
thumb-icon="star"
:value="true"
:label="`如果清空 name 输入框,这个确认框及其值将被移除。`"
/>