Skip to content

Commit 16aed01

Browse files
committed
respect eslint rule for order of options.
1 parent aa9013f commit 16aed01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/src/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ new Vue({
2020
render: h => h(App)
2121
{{/if_eq}}
2222
{{#if_eq build "standalone"}}
23-
template: '<App/>',
24-
components: { App }
23+
components: { App },
24+
template: '<App/>'
2525
{{/if_eq}}
2626
})

0 commit comments

Comments
 (0)