Skip to content

Commit a773fb3

Browse files
committed
Fix code style error in main.js
1 parent b49f642 commit a773fb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/templates/_main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ router.start(App, 'app');
1414
const App = new Vue({
1515
el: 'body',
1616
components: {
17-
app
18-
}
17+
app,
18+
},
1919
});
2020
<% } %>
2121
Vue.config.debug = process.env.NODE_ENV !== 'production';

0 commit comments

Comments
 (0)