diff --git a/src/components/Bookmark.vue b/src/components/Bookmark.vue index 09d1a20c..afd149a8 100644 --- a/src/components/Bookmark.vue +++ b/src/components/Bookmark.vue @@ -259,7 +259,7 @@ export default { this.$store.dispatch(actions.CLICK_BOOKMARK, this.bookmark) }, onCopyUrl() { - navigator.clipboard.writeText(this.bookmark.tar) + navigator.clipboard.writeText(this.bookmark.target) this.$store.commit(mutations.SET_NOTIFICATION, this.t('bookmarks', 'Link copied to clipboard')) }, async fetchBackgroundImage() {