feat: 移除未使用的表单组件导入,优化代码结构
All checks were successful
/ test (push) Successful in 28s
/ surge (push) Successful in 47s

This commit is contained in:
严浩
2024-11-25 10:42:51 +08:00
parent 7bb954e348
commit 282559ea17

View File

@ -1,7 +1,6 @@
<script setup lang="ts">
import { form } from '@/__fk-inputs__/inputs/form';
import { InputText } from '@/__fk-inputs__/inputs/input-text';
import { text } from '@/__fk-inputs__/inputs/_demo_text';
import { InputText } from '@/__fk-inputs__/inputs/input-text';
import Swal from 'sweetalert2';
async function submit() {