我的nuxt应用程序中有Navigation
组件,它使用窗口对象,并且我知道它在SSR中有问题。
我已经以默认布局导入了此组件。但我在default.vue
版面中评论了此组件,但仍然给出错误和冻结信息!
错误消息:
window is not defined
我很困惑。
答案 0 :(得分:0)
尝试一下:
if (process.client) {
// put your code that should be executed on the client side here
}