-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
修改文件后,热加载更新完再点击路由跳转,进入的页面全是空白 #108
Labels
bug
Something isn't working
Comments
我也遇到有同样的问题 |
去掉mode问题也会消失,但动画不好,就看怎么取舍了。 |
+1 |
如果组件中的元素没有用一个根元素来包裹。可以先尝试用一个根元素包裹所有元素。然后刷新页面。看看问题是否解决。 |
我测试了,就是view里面很多页面不是单根导致的...其中的单根包括注释也会算一个根,检查下所有的会出现在transition里面的所有组件,保证一定的单根,重点重点...传统单根外面写的注释也会当做一个根,也就变成不是单根了...一旦被访问,页面就会出现空白.... |
Closed
+1,不知道这个问题什么时候可以修复。 |
vite5.0.4 已修复 |
@HalseySpicy 你好~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
大佬好,遇到个问题,就当前工程构建运行,跑起来后,
![image](https://user-images.githubusercontent.com/10335328/208610984-36d2de27-903c-46e2-9858-32bf2a055799.png)
![image](https://user-images.githubusercontent.com/10335328/208611218-53bd27df-e27d-4e01-8ce4-fcc968e20967.png)
1.在超级表格菜单ProTable,如修改表格两个width,
2.返回浏览器等热加载完成后
3.点击其他菜单,会一片空白,然后所有路由切换都空白了
必须手动刷新浏览器,这感觉损失了热加载功能了。
百度了发现是router-view相关,有个解决方法http://www.wangbaochao.com/blog/article/174,但是试了又会损失keepAlive功能,现在不知道咋弄了
最后感谢大佬开发这么优秀的后台管理框架,学习了很多,特别是ProTable用的真是方便,大赞!!!
The text was updated successfully, but these errors were encountered: