hey there:
some permission settings exist in my project,When accessing the userinfo page, you must log in first, otherwise you will jump to the auth(login) page. This part is done using middleware;
When I use official examples(readme.md) in projects,permission settings Something went wrong,When accessing the userinfo page,console tips:
[vue-router] Route with name 'auth' does not exist
What's going on?
Project address: https://github.com/XiaoNode/Nuxt2-temp