Skip to content

Commit c660772

Browse files
author
Damiano
committed
Reddit example cleanup
1 parent d00d33d commit c660772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: composition-api/src/views/reddit/SubredditPost.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div class="subreddit">
33
<div class="nav">
4-
<router-link to="/r">reddit</router-link>
4+
<router-link to="/r">reddit</router-link>:
55
<router-link :to="`/r/${ subredditKey }`">/r/{{ subredditKey }}</router-link>: {{ postId }}
66
</div>
77
<Loader v-show="loading" />

0 commit comments

Comments
 (0)