Skip to content

Commit 1cbdbef

Browse files
committed
title は、現状登録ができないので、非表示になっていた。
登録されている、URLを表示する形に修正。
1 parent 5046daf commit 1cbdbef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/lesson/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
rel="noopener"
7272
class="external-link"
7373
>
74-
{{ item.title }}
74+
{{ item.url }}
7575
</a>
7676
</div>
7777
</div>

0 commit comments

Comments
 (0)