feat: 更新表单组件,简化代码结构并添加调试插件
Some checks failed
/ test (push) Failing after 26s
/ surge (push) Successful in 39s

This commit is contained in:
严浩
2024-11-25 10:33:01 +08:00
parent 07320f09b0
commit 7bb954e348
11 changed files with 152 additions and 185 deletions

View File

@ -220,7 +220,7 @@ onMounted(() => {
<div class="bg-gray-100 p-4 rounded-xl dark:bg-gray-800">
<h2 class="font-bold text-lg mb-4 color:gray-800 dark:text-white">Pro Inputs</h2>
<FormKit type="toggle" />
<!-- <FormKit type="toggle" /> -->
</div>
</FormKit>