格式化代码
All checks were successful
/ test (push) Successful in 27s
/ surge (push) Successful in 39s

This commit is contained in:
严浩
2024-11-26 09:17:20 +08:00
parent 8a1e055462
commit 8746997d36
5 changed files with 10 additions and 8 deletions

View File

@ -1,4 +1,4 @@
import { FormKitTypeDefinition } from '@formkit/core';
import type { FormKitTypeDefinition } from '@formkit/core';
import type { FormKitInputs } from '@formkit/inputs';
import { casts, createSection, label, outer } from '@formkit/inputs';
import SchemaComponent from 'primevue/inputtext';