格式化代码
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/password';
@ -10,7 +10,7 @@ export const PInputPassword: FormKitTypeDefinition = {
schema: outer(
label('$label'),
createSection('input', () => ({
$cmp: markRaw(SchemaComponent) as any,
$cmp: markRaw(SchemaComponent) as never,
bind: '$attrs',
props: {
invalid: '$state.invalid',