Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Commit e010555

Browse files
committed
feat: note page show external urls
1 parent a41164b commit e010555

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Notes.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
class="align-middle ml-2 text-sm"
1818
target="_blank"
1919
:href="url"
20-
v-for="url in note.related_urls"
20+
v-for="url in [...(note.external_urls || []), ...note.related_urls]"
2121
:key="url"
2222
>
2323
<img

0 commit comments

Comments
 (0)