Skip to content
Advertisement

Vue js does not change route – vue route does not work

main.js

JavaScript

Homepage.vue

JavaScript

App.js

JavaScript

Everything seems normal, it only worked once, but I don’t know what changes in the main js and it stopped working again

It is a simple code, in the main one I declared the routes, and in the home page I put the link tags to redirect to the components.

but none of this works, installation was done normally with npm

Advertisement

Answer

It seems that you are missing the router-view

JavaScript
Advertisement