JavaShuo
栏目
标签
vue ssr 报错 ReferenceError: window is not defined
时间 2021-07-14
栏目
Windows
繁體版
原文
原文链接
这是因为首先使用node服务端进渲染的,而node端不存在window对象 解决办法如下 : 把需要执行系统对象的代码放到mounted生命周期里,待node服务端渲染完成之后则可以正常使用啦 注:既然采用服务端渲染了,尽可能避免使用系统对象元素啦 我们所有的数据不能放在vue中的mounted中获取, 因为这样和客户端渲染没什么区别, vue暴漏的这个环境支持window也就是说这个位置其实是c
>>阅读原文<<
相关文章
1.
Vue报错 “ReferenceError: addPmission is not defined“
2.
vue报错:“ReferenceError”: items is not defined
3.
electron-vue报错:Webpack ReferenceError: process is not defined
4.
vue报错 Uncaught ReferenceError: exports is not defined
5.
ReferenceError: courseInfo is not defined
6.
ReferenceError: h is not defined
7.
ReferenceError: $ is not defined
8.
ReferenceError: “alert” is not defined
9.
Uncaught ReferenceError: $ is not defined
10.
js报错Uncaught ReferenceError: $ is not defined
更多相关文章...
•
PHP defined() 函数
-
PHP参考手册
•
SQL NOT NULL 约束
-
SQL 教程
•
PHP Ajax 跨域问题最佳解决方案
•
Kotlin学习(一)基本语法
相关标签/搜索
defined
referenceerror
ssr
错报
报错
window
not...else
项目报错
报错记录
JSP报错
Windows
Redis教程
PHP 7 新特性
Thymeleaf 教程
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
CVPR 2020 论文大盘点-光流篇
2.
Photoshop教程_ps中怎么载入图案?PS图案如何导入?
3.
org.pentaho.di.core.exception.KettleDatabaseException:Error occurred while trying to connect to the
4.
SonarQube Scanner execution execution Error --- Failed to upload report - 500: An error has occurred
5.
idea 导入源码包
6.
python学习 day2——基础学习
7.
3D将是页游市场新赛道?
8.
osg--交互
9.
OSG-交互
10.
Idea、spring boot 图片(pgn显示、jpg不显示)解决方案
本站公众号
欢迎关注本站公众号,获取更多信息
相关文章
1.
Vue报错 “ReferenceError: addPmission is not defined“
2.
vue报错:“ReferenceError”: items is not defined
3.
electron-vue报错:Webpack ReferenceError: process is not defined
4.
vue报错 Uncaught ReferenceError: exports is not defined
5.
ReferenceError: courseInfo is not defined
6.
ReferenceError: h is not defined
7.
ReferenceError: $ is not defined
8.
ReferenceError: “alert” is not defined
9.
Uncaught ReferenceError: $ is not defined
10.
js报错Uncaught ReferenceError: $ is not defined
>>更多相关文章<<