skyrpex / laravel-nuxt-js

Build a SPA with Laravel and Nuxt.
https://www.npmjs.com/package/laravel-nuxt
MIT License
146 stars 20 forks source link

Update module.js #7

Closed iliyaZelenko closed 5 years ago

iliyaZelenko commented 5 years ago

Not all routs may have a name. I had error, in my case this route was without a name.

skyrpex commented 5 years ago

Oh, interesting... I expected Nuxt to name all routes. Thanks!