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
1.9.9
No response
现在有引入T-Design组件的A,B两个页面,均为Nuxt3 SSR模式渲染,首先访问A页面再访问B页面,使用浏览器的刷新功能刷新B页面,此时再使用浏览器的后退功能回退到A页面,此时Nuxt会抛出500错误无法动态导入模块,同时Console会抛出70个错误(样式表单 http://localhost:3000/_nuxt/node_modules/.pnpm/[email protected][email protected][email protected]_/node_modules/tdesign-vue-next/es/tabs/style/index.css 未加载,因为它的 MIME 类型 "text/javascript" 不是 "text/css"。)
正常情况下应该是正常加载样式并返回到A页面
实际结果为Nuxt抛出500错误,无法正常加载样式表
Nuxt3.13
Firefox(130.0 )
Windows 11 22631.4112
v20.12.2
The text was updated successfully, but these errors were encountered:
这个方式使用的吗?https://tdesign.tencent.com/vue-next/getting-started#nuxt-3-%E4%B8%AD%E4%BD%BF%E7%94%A8
Sorry, something went wrong.
No branches or pull requests
tdesign 版本
1.9.9
重现链接
No response
重现步骤
现在有引入T-Design组件的A,B两个页面,均为Nuxt3 SSR模式渲染,首先访问A页面再访问B页面,使用浏览器的刷新功能刷新B页面,此时再使用浏览器的后退功能回退到A页面,此时Nuxt会抛出500错误无法动态导入模块,同时Console会抛出70个错误(样式表单 http://localhost:3000/_nuxt/node_modules/.pnpm/[email protected][email protected][email protected]_/node_modules/tdesign-vue-next/es/tabs/style/index.css 未加载,因为它的 MIME 类型 "text/javascript" 不是 "text/css"。)
期望结果
正常情况下应该是正常加载样式并返回到A页面
实际结果
实际结果为Nuxt抛出500错误,无法正常加载样式表
框架版本
Nuxt3.13
浏览器版本
Firefox(130.0 )
系统版本
Windows 11 22631.4112
Node版本
v20.12.2
补充说明
No response
The text was updated successfully, but these errors were encountered: