Промежуточный коммит

This commit is contained in:
Book Pauk
2019-01-14 18:44:22 +07:00
parent 5532140c86
commit 085bcac0b1
6 changed files with 208 additions and 139 deletions

View File

@@ -1,6 +1,7 @@
<template>
<div class="main">
<pre>{{ lastOpenedBook }}</pre>
<pre>{{this.$store.state.reader.openedBook}}</pre>
</div>
</template>