feat: router in history mode

This commit is contained in:
2019-03-22 18:57:59 +03:00
parent 80fdf0ef6f
commit 308997c63b

View File

@@ -5,6 +5,7 @@ import Home from './views/Home.vue'
Vue.use(Router)
export default new Router({
mode: 'history',
routes: [
{
path: '/',