We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
微信小程序
小程序基础库: 2.30.2 使用框架: Vue 3
<scroll-view class={styles.container} style={props.style} scrollY lowerThreshold={props.lowerThreshold} refresherEnabled={props.isOpenRefresh} refresherTriggered={refreshTriggered.value} onRefresherRefresh={handleRefresh} onScrollToLower={handleToLower} onRefresherAbort={handleAbort} > {slots.default?.()} </scroll-view>
事件类型提示 是 onCamelCase 但实际是onCamelcase
vue3 jsx ts类型正确
vue3 jsx ts类型不正确
Taro CLI 3.6.2 environment info: System: OS: Windows 10 Binaries: Node: 16.13.0 - C:\Program Files\nodejs\node.EXE Yarn: 1.22.19 - C:\Users\eee\AppData\Roaming\npm\yarn.CMD npm: 8.1.0 - C:\Program Files\nodejs\npm.CMD
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
相关平台
微信小程序
小程序基础库: 2.30.2
使用框架: Vue 3
复现步骤
<scroll-view class={styles.container} style={props.style} scrollY lowerThreshold={props.lowerThreshold} refresherEnabled={props.isOpenRefresh} refresherTriggered={refreshTriggered.value} onRefresherRefresh={handleRefresh} onScrollToLower={handleToLower} onRefresherAbort={handleAbort} > {slots.default?.()} </scroll-view>
事件类型提示 是 onCamelCase 但实际是onCamelcase
期望结果
vue3 jsx ts类型正确
实际结果
vue3 jsx ts类型不正确
环境信息
The text was updated successfully, but these errors were encountered: