mirror of
https://github.com/element-plus/element-plus.git
synced 2025-08-18 05:54:28 +08:00
perf(components): remove unnecessary const assertions (#8407)
This commit is contained in:
@ -18,7 +18,7 @@ export const formProps = buildProps({
|
||||
},
|
||||
labelPosition: {
|
||||
type: String,
|
||||
values: ['left', 'right', 'top'] as const,
|
||||
values: ['left', 'right', 'top'],
|
||||
default: 'right',
|
||||
},
|
||||
labelWidth: {
|
||||
|
Reference in New Issue
Block a user