Skip to content

Commit

Permalink
Update render function for app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jcc committed Aug 2, 2017
1 parent 730ce1b commit 245910e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion resources/assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,7 @@ new Vue({
router,
store,
i18n,
render: h => h(App),
render(h) {
h(App)
}
}).$mount('#app');

0 comments on commit 245910e

Please sign in to comment.