Skip to content

Commit 9befbfc

Browse files
authored
Fix casing
1 parent 52a069c commit 9befbfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div id="app">
33
<img src="./assets/logo.png">
44
{{#router}}
5-
<router-view/>
5+
<RouterView/>
66
{{else}}
77
<HelloWorld/>
88
{{/router}}

0 commit comments

Comments
 (0)