Skip to content

Commit 08b6b15

Browse files
committed
chore: vue27:ts-ignore
1 parent dfa0adc commit 08b6b15

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/select-input/select-input.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ export default defineComponent({
117117
const mainContent = (
118118
<Popup
119119
ref="selectInputPopupRef"
120+
// vue27:ts-ignore
120121
trigger={this.popupProps?.trigger || 'click'}
121122
placement="bottom-left"
122123
visible={this.popupVisible ?? this.innerPopupVisible}
@@ -128,6 +129,7 @@ export default defineComponent({
128129
on={{
129130
'visible-change': this.onInnerPopupVisibleChange,
130131
}}
132+
// vue27:ts-ignore
131133
props={{ ...this.popupProps, overlayInnerStyle: this.tOverlayInnerStyle }}
132134
updateScrollTop={this.updateScrollTop}
133135
>

0 commit comments

Comments
 (0)