Skip to content

Commit 19250f8

Browse files
committed
chore: vue27:ts-ignore
1 parent 712655a commit 19250f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/input/input.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,7 @@ export default mixins(
582582
{labelContent}
583583
{/* input element must exist, or other select components can not focus by keyboard operation */}
584584
<input
585+
// vue27:ts-ignore
585586
attrs={this.inputAttrs}
586587
on={inputEvents}
587588
ref="inputRef"

0 commit comments

Comments
 (0)