feat: 添加自定义切换组件,更新 FormKit 配置以支持新类型
This commit is contained in:
@ -146,6 +146,11 @@ onMounted(() => {
|
||||
:label="`如果清空 name 输入框,这个确认框及其值将被移除。`"
|
||||
/>
|
||||
|
||||
<FormKit
|
||||
label="headlessui"
|
||||
type="mytoggle"
|
||||
/>
|
||||
|
||||
<FormKit
|
||||
type="checkbox"
|
||||
name="flavors"
|
||||
|
Reference in New Issue
Block a user