Skip to content

Commit

Permalink
vue-router fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy committed Jun 14, 2017
1 parent fe47fdd commit ec0d112
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ export default new Router({
name: 'Arts',
component: Arts
}
]
],
mode: 'history'
})

0 comments on commit ec0d112

Please sign in to comment.