Skip to content

Commit

Permalink
respect eslint rule for order of options.
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusBorg committed Jan 2, 2018
1 parent aa9013f commit 16aed01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ new Vue({
render: h => h(App)
{{/if_eq}}
{{#if_eq build "standalone"}}
template: '<App/>',
components: { App }
components: { App },
template: '<App/>'
{{/if_eq}}
})

0 comments on commit 16aed01

Please sign in to comment.