Laravel + Vue.js application routing not working properly. when i run laravel + vuejs application "http://127.0.0.1:8000/user" everything is working fine but when i run my application on xampp server using this url "http://localhost/Ecommerce/" then vue-router not working. For example when i click on my navigation link "users" then it will redirect to "http://localhost/user" instead of "http://localhost/Ecommerce/user" . Please help.
routes: routes}) const app = new Vue({ el: '#app', router });