LoginSignup
0
1

More than 3 years have passed since last update.

Nuxt.js『TypeError: Cannot set property 'render' of undefined at normalizeComponent』のエラー対処

Posted at

Nuxt.jsで開発中コンソールで下記のエラーが発生。

TypeError: Cannot set property 'render' of undefined at normalizeComponent

nuxt-error.JPG

結果として、vueファイルに下記のように空のスクリプトタグがあるのが原因。

.vue
<script>
</script>

スクリプトタグを削除するとエラーが無くなります。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1