From 2aaeb66a074571979e0337e14a011b8038bdf124 Mon Sep 17 00:00:00 2001 From: pacien Date: Mon, 28 Nov 2022 02:52:45 +0100 Subject: viewer/epub: use LdLink for nav links --- viewer/src/views/item_handlers/async/AsyncEpubViewer.vue | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/viewer/src/views/item_handlers/async/AsyncEpubViewer.vue b/viewer/src/views/item_handlers/async/AsyncEpubViewer.vue index 2d5c370..07e6dcb 100644 --- a/viewer/src/views/item_handlers/async/AsyncEpubViewer.vue +++ b/viewer/src/views/item_handlers/async/AsyncEpubViewer.vue @@ -31,9 +31,9 @@ :class="$style.navBar" >
  • - {{ prevSectionLabel }} - +
  • @@ -49,9 +49,9 @@
  • - {{ nextSectionLabel }} - +
  • @@ -73,6 +73,7 @@ import ePub, { Rendition } from 'epubjs'; import { SpineItem } from 'epubjs/types/section'; import { computed, PropType, Ref, ref, toRef, watch } from 'vue'; import { useI18n } from 'vue-i18n'; +import LdLink from '@/components/LdLink.vue'; import { faSquareCaretLeft, faSquareCaretRight, -- cgit v1.2.3