mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-04 20:27:44 +08:00
fix(input): remove invalid attrs after render (#1489)
* fix(input): tabindex type number * fix(input): remove invalid attrs after rende * refactor: change tabindex's type to String Co-authored-by: Ryan2128 <33176053+Ryan2128@users.noreply.github.com>
This commit is contained in:
parent
3bbcec8a10
commit
f2870e1984
@ -207,11 +207,9 @@ export default defineComponent({
|
||||
},
|
||||
label: {
|
||||
type: String,
|
||||
default: '',
|
||||
},
|
||||
tabindex: {
|
||||
type: String,
|
||||
default: '',
|
||||
},
|
||||
validateEvent: {
|
||||
type: Boolean,
|
||||
|
Loading…
Reference in New Issue
Block a user