You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
onMouted(() => {
scrollbar.value?.scrollTo({ left: 0, top: 0 })
})
result: in version 2.19.3, it runs normally, but in newer than version 2.19.3, it can't find scrollTop .
Expected results (期望的结果)
scrollTop can run normally
Actual results (实际的结果)
scrollTop can't run
Remarks (补充说明)
The text was updated successfully, but these errors were encountered:
TuSimple/naive-ui version (版本)
2.19.7
Vue version (Vue 版本)
3.2.20
Browser and its version (浏览器及其版本)
Chrome 94.0.4606.81
System and its version (系统及其版本)
MacOS 11.6
Node version (Node 版本)
v14.17.3
Reappearance link (重现链接)
https://github.com/honghuangdc/soybean-admin/blob/main/src/layouts/BasicLayout/index.vue
Reappearance steps (重现步骤)
scrollbar.value?.scrollTo({ left: 0, top: 0 })
})
result: in version 2.19.3, it runs normally, but in newer than version 2.19.3, it can't find scrollTop .
Expected results (期望的结果)
scrollTop can run normally
Actual results (实际的结果)
scrollTop can't run
Remarks (补充说明)
The text was updated successfully, but these errors were encountered: