Skip to content

Commit

Permalink
change to hash mode
Browse files Browse the repository at this point in the history
  • Loading branch information
zack24q committed Jul 28, 2017
1 parent ed61a90 commit 94ae154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const Detail = r => require.ensure([], () => r(require('../pages/detail.vue')),
Vue.use(Router)

const router = new Router({
mode: 'history',
mode: 'hash',
routes: [
{
name: 'index',
Expand Down

0 comments on commit 94ae154

Please sign in to comment.