Skip to content

Commit

Permalink
does / matter?
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbyul-here committed Jun 7, 2019
1 parent ee94779 commit 137fe91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<p>Nuxt.js project</p>
<div v-if="!isTouch" class="pt-md">
<p>
<a v-for="(link, idx) in routesList" :key="`link-${idx}`" :href="link.route">
<a v-for="(link, idx) in routesList" :key="`link-${idx}`" :href="`${link.route}/`">
go to {{ link.route }}
</a>
</p>
Expand Down

0 comments on commit 137fe91

Please sign in to comment.