tuandm / laravue

Admin dashboard for enterprise Laravel applications built by VueJS and Element UI https://laravue.dev
https://laravue.dev
MIT License
2.21k stars 655 forks source link

url question #318

Open DiegoMMR opened 2 years ago

DiegoMMR commented 2 years ago

why the url always have a # ? like http://127.0.0.1:8000/#/dashboard

can we remove that and leave it like http://127.0.0.1:8000/dashboard ?

EarlOld commented 2 years ago

@DiegoMMR Looks like you use hash https://router.vuejs.org/api/#mode Please try to set mode to history. It should be resolve your problem