Nuxt js应用程序无故冻结

时间:2019-12-27 12:56:18

标签: vue.js nuxt.js nuxt

我的nuxt应用程序中有Navigation组件,它使用窗口对象,并且我知道它在SSR中有问题。

我已经以默认布局导入了此组件。但我在default.vue版面中评论了此组件,但仍然给出错误和冻结信息!

错误消息:

window is not defined

我很困惑。

1 个答案:

答案 0 :(得分:0)

尝试一下:

if (process.client) {
// put your code that should be executed on the client side here
}