vuejs-jp / learn.nuxt.com

This repository is a clone of https://github.com/nuxt/learn.nuxt.com and is a Japanese version project. 🇯🇵
https://learn-nuxt.vuejs-jp.org
MIT License
44 stars 5 forks source link

ルーティング章の Preview 表示で Web サーバーが立ち上がらない問題を修正 #90

Closed aster-mnch closed 3 weeks ago

aster-mnch commented 3 weeks ago

ルーティング章に用意されている pages/ ディレクトリ内に中身が空の .vue ファイルがあるため、WebContainers 内で npm run dev したときに↓のエラーが発生し、画面上では Waiting for Nuxt to ready のまま進まない問題がありました。

At least one <template> or <script> is required in a single file component.

問題となった .vue ファイルは https://github.com/vuejs-jp/learn.nuxt.com/pull/55 で追加したもので、経緯的にファイル削除できないのでエラー解消のために <template> タグを追加しました。