diff --git a/src/App.vue b/src/App.vue index 5a88f6e..020af9b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -53,83 +53,110 @@ + + {{ alertMessage }} + - - - - - - - - - - - {{ $store.getters.book.author }} - {{ $store.getters.book.title }} - {{ $store.getters.chapters[currentChapter].title }} - - - - - - - - - - - - mdi-{{ isPlaying ? "pause" : "play" }} - - - - - - - - - - - - - + + + + + + + + + + + + + + {{ $store.getters.book.author }} + {{ $store.getters.book.title }} - {{ $store.getters.chapters[currentChapter].title }} + + + + + + + + + mdi-{{ isPlaying ? "pause" : "play" }} + + + + + + + +