This commit is contained in:
dap
2024-09-21 10:49:38 +08:00
23 changed files with 1254 additions and 509 deletions

View File

@@ -264,7 +264,7 @@ function createComponentProps(slotProps: Record<string, any>) {
<component
:is="fieldComponent"
:class="{
'border-destructive focus:border-destructive hover:border-destructive/80':
'border-destructive focus:border-destructive hover:border-destructive/80 focus:shadow-[0_0_0_2px_rgba(255,38,5,0.06)]':
isInValid,
}"
v-bind="createComponentProps(slotProps)"