Skip to content

Commit

Permalink
🚀 update router
Browse files Browse the repository at this point in the history
  • Loading branch information
Styx11 committed Mar 13, 2019
1 parent b9cb27e commit a29af87
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
@@ -1,10 +1,11 @@
import Vue from 'vue';
import Router from 'vue-router';
import HomePage from '@/pages/home/Home';

Vue.use(Router);

export default new Router({
routes: [

{ path: '', component: HomePage }
]
});

0 comments on commit a29af87

Please sign in to comment.