Skip to content

Commit

Permalink
Fix code style error in main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
PeachScript committed Sep 7, 2016
1 parent b49f642 commit a773fb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/templates/_main.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ router.start(App, 'app');
const App = new Vue({
el: 'body',
components: {
app
}
app,
},
});
<% } %>
Vue.config.debug = process.env.NODE_ENV !== 'production';

0 comments on commit a773fb3

Please sign in to comment.