Skip to content

Commit

Permalink
Fix casing
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusBorg authored Oct 14, 2017
1 parent 52a069c commit 9befbfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div id="app">
<img src="./assets/logo.png">
{{#router}}
<router-view/>
<RouterView/>
{{else}}
<HelloWorld/>
{{/router}}
Expand Down

0 comments on commit 9befbfc

Please sign in to comment.