-
Notifications
You must be signed in to change notification settings - Fork 580
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
[Help] build后应用白屏 #229
[Help] build后应用白屏 #229
Comments
DataExchange是路由‘/’的组件 |
给下 Demo |
推个仓库到 github 上来可好? |
同样报了类似的错 Error: Cannot find module './home.af855b02.js'
|
|
解决了,是vue-router动态加载的问题, 改为 另外,我因为 pinia的缘故, import { createPinia } from 'pinia' export const data = createApp(App).use(createPinia()) main.ts |
|
Describe the problem you confuse
history模式白屏无报错,hash白屏报错如下,怎么解决?
The text was updated successfully, but these errors were encountered: