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 @@
Attachments
- {{a.data.title}} + {{a.data.title}}