feat: 更新自定义切换组件,重命名为 headlessui-switch 并调整类型定义
All checks were successful
/ test (push) Successful in 26s
/ surge (push) Successful in 24s

This commit is contained in:
严浩
2024-11-21 14:35:44 +08:00
parent 213aac2d3c
commit da379a71eb
3 changed files with 7 additions and 9 deletions

View File

@ -148,7 +148,7 @@ onMounted(() => {
<FormKit
label="headlessui"
type="mytoggle"
type="headlessui-switch"
/>
<FormKit