[Vuejs]-Components are not loading while history mode in vue js in laravel

0👍

remove

mode: 'history'

and use

hashbang: false,
history: true

instead

Leave a comment