Skip to content
This repository has been archived by the owner on Dec 6, 2021. It is now read-only.

Commit

Permalink
fix template
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Feb 16, 2017
1 parent 2c10592 commit 7672ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ import App from 'components/App'

new Vue({
el: '#app',
...App
render: h => h(App)
})

0 comments on commit 7672ab0

Please sign in to comment.