feat: 移除未使用的表单组件导入,优化代码结构
This commit is contained in:
@ -1,7 +1,6 @@
|
|||||||
<script setup lang="ts">
|
<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 { text } from '@/__fk-inputs__/inputs/_demo_text';
|
||||||
|
import { InputText } from '@/__fk-inputs__/inputs/input-text';
|
||||||
import Swal from 'sweetalert2';
|
import Swal from 'sweetalert2';
|
||||||
|
|
||||||
async function submit() {
|
async function submit() {
|
||||||
|
Reference in New Issue
Block a user