0👍
If it is due to hash symbol, please change your VueRouter mode:
const router = new VueRouter({
mode: "history",
});
- [Vuejs]-GET http://localhost/resources/js/app.js net::ERR_ABORTED 404 (Not Found)
- [Vuejs]-VueJS & TS : Error on hiding a component on specific page
Source:stackexchange.com