暂存。
Some checks failed
/ test (push) Failing after 27s
/ surge (push) Successful in 38s

This commit is contained in:
严浩
2024-12-06 00:36:06 +08:00
parent ba4d361700
commit a9fb4bc208
8 changed files with 510 additions and 83 deletions

View File

@ -71,13 +71,14 @@ async function submit(formData: Record<string, any>, formNode: FormKitNode) {
name="PSelect"
label="选择框"
validation="required"
:options="[
'Option 1',
'Option 2',
'Option 3',
]"
value="Option 2"
/>
<!-- :options="async () => {
return [
{ label: 'Option 1', value: '1' },
{ label: 'Option 2', value: '2' },
{ label: 'Option 3', value: '3' },
]
}" -->
<FormKit
v-if="!value?.PInputPassword"
:type="text"