-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
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
子应用不能正常使用或者监听 window 的滚动,但是可以使用 window.open 打开新链接 #2918
Comments
需要用addEventListener添加事件,不能用on添加 |
scrollTo 这个不能监听吧 |
这样写是可以的 |
我试过这种方法,获取一个 dom 来让它滚动,但是这种还是解决不了 window 不能滚动的问题,主要还是因为子应用不能使用父应用的 window 吧,父应用和子应用滚动会相互影响 |
而且这个 dom 还得设置他自身的 overflow-y 滚动才行,这个时候父应用的 window 滚动和他自己的 overflow-y 滚动就会相互影响 |
我刚刚试了下 |
你只启动了子应用吧,我这边是主和子一起启动,然后在主使用的 |
是主子应用一起运行的,效果点app-vue-history可以看到,新增代码的位置在commit可以找到 |
主应用和子应用为两个分开的项目
下面是子应用相关代码:
The text was updated successfully, but these errors were encountered: