perf(components): remove unnecessary const assertions (#8407)

This commit is contained in:
zz
2022-06-22 14:30:13 +08:00
committed by GitHub
parent 63847a981f
commit f2e48c1835
4 changed files with 6 additions and 6 deletions

View File

@ -18,7 +18,7 @@ export const formProps = buildProps({
},
labelPosition: {
type: String,
values: ['left', 'right', 'top'] as const,
values: ['left', 'right', 'top'],
default: 'right',
},
labelWidth: {