CODE
LIBARY.COM
Home
/
Vue.js
Vue.js Remove hashtag from URLs
Vue.js remove hashtag URL's in the router and switch to URI based URL's.
const router = new VueRouter({ mode: 'history' })
const router = new VueRouter({ mode: 'history' })
Copy to Clipboard
Related Snippets
Vue.js Fix error from chokidar ENOSPC