From 6c776c8a2e926c050129e38f5b8c0b0432177a4f Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Mon, 27 Oct 2025 16:46:03 +0800 Subject: [PATCH] f --- src/App.vue | 1 - src/components/ZoteroPublication.vue | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 7e386a0..31a6a8d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -96,7 +96,6 @@ class App extends Vue calculateBookmarkCss(): void { - console.log('CalculateBookmarkCss called', this.currentRoute, this.$refs) if (this.currentRoute in this.$refs) this.currentLink = (this.$refs[this.currentRoute] as ComponentPublicInstance).$el else return diff --git a/src/components/ZoteroPublication.vue b/src/components/ZoteroPublication.vue index c5a8225..7be6065 100644 --- a/src/components/ZoteroPublication.vue +++ b/src/components/ZoteroPublication.vue @@ -16,7 +16,7 @@