渐变文字标题、tailwindcss升级
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
:hide-label="props.component.hideLabel"
|
||||
:content-class="props.component.contentClass"
|
||||
:feedback="props.component.feedback"
|
||||
:validate-trigger="props.component.validateTrigger ?? 'blur'"
|
||||
:validate-trigger="props.component.validateTrigger ?? 'blur-sm'"
|
||||
:validate-status="props.component.validateStatus"
|
||||
:class="[props.component.customClass]"
|
||||
>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
:title="props.component.title"
|
||||
:disabled="props.component.disabled"
|
||||
:icon="props.component.icon"
|
||||
:rounded="props.component.rounded"
|
||||
:rounded="props.component.rounded-sm"
|
||||
:multiple="props.component.multiple"
|
||||
:draggable="props.component.draggable"
|
||||
:size="props.component.size"
|
||||
|
||||
Reference in New Issue
Block a user