Skip to content

Commit

Permalink
chore: fix template path (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
osbre authored May 11, 2020
1 parent d58ae83 commit 0dafd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-vite-app/template-vue/components/HelloWorld.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="hello">
<h1>{{ msg }}</h1>
<button @click="count++">count is: {{ count }}</button>
<p>Edit <code>src/HelloWorld.vue</code> to test hot module replacement.</p>
<p>Edit <code>components/HelloWorld.vue</code> to test hot module replacement.</p>
</div>
</template>

Expand Down

0 comments on commit 0dafd33

Please sign in to comment.