You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you can see a warning: vue-router.a68108b7.js:73 [Vue Router warn]: Unexpected error when starting the router: Error: Couldn't resolve component "default" at "/notFound" at vue-router.a68108b7.js:1982
What is expected?
expect the error path should redirect to /notFound
What is actually happening?
From the information in Chrome DevTools Network panel,
the not-found.vue is actually loaded, but the component seems can not be rendered...