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
布局组件 src/layouts/default.vue 里的 onPageScroll 不触发
<script setup lang="ts"> onPageScroll((event) => { console.log(event) // 未触发 }) </script> <template> <slot>main</slot> </template>
基础环境信息:
macOS 14.6.1
20.16.0
pnpm
1.92.2
2.0.28
基础依赖信息:
3.4.38
5.4.1
3.0.0-4020420240722002
uni-helper依赖信息:
0.1.10
The text was updated successfully, but these errors were encountered:
No branches or pull requests
描述问题
布局组件 src/layouts/default.vue 里的 onPageScroll 不触发
复现
系统信息
基础环境信息:
macOS 14.6.1
20.16.0
pnpm
1.92.2
2.0.28
基础依赖信息:
3.4.38
5.4.1
3.0.0-4020420240722002
uni-helper依赖信息:
0.1.10
使用的包管理器
pnpm
核对
The text was updated successfully, but these errors were encountered: