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
create a new project with vue-cli (4). Select manual and select vue 3.0 with all other options. Run the application and route to the about page. The about page content is never shown
What is expected?
About page content should be shown while routing to /about.
What is actually happening?
It is staying the home page but only the URL changes. This happens with both history mode and hash mode.
The text was updated successfully, but these errors were encountered:
Version
4.5.3
Environment info
Steps to reproduce
create a new project with vue-cli (4). Select manual and select vue 3.0 with all other options. Run the application and route to the about page. The about page content is never shown
What is expected?
About page content should be shown while routing to /about.
What is actually happening?
It is staying the home page but only the URL changes. This happens with both history mode and hash mode.
The text was updated successfully, but these errors were encountered: