Skip to content
This repository has been archived by the owner on Oct 6, 2019. It is now read-only.

Commit

Permalink
Updated vueJS to 2.5.13, and required dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Caiyeon committed Feb 14, 2018
1 parent a61742c commit cf72faa
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 999 deletions.
2 changes: 1 addition & 1 deletion frontend/client/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default new Router({
{
name: 'Home',
path: '/',
component: require('../views/Home')
component: require('../views/Home.vue').default
},
...generateRoutesFromMenu(menuModule.state.items),
{
Expand Down
Loading

0 comments on commit cf72faa

Please sign in to comment.