Работа над HistoryPage

This commit is contained in:
Book Pauk
2019-01-26 01:47:11 +07:00
parent bcc5b27d1e
commit 641409902e
7 changed files with 145 additions and 18 deletions

View File

@@ -46,7 +46,12 @@
<el-main>
<keep-alive>
<component ref="page" :is="pageActive" @load-book="loadBook" @book-pos-changed="bookPosChanged" @tool-bar-toggle="toolBarToggle"></component>
<component ref="page" :is="pageActive"
@load-book="loadBook"
@book-pos-changed="bookPosChanged"
@tool-bar-toggle="toolBarToggle"
@history-toggle="historyToggle"
></component>
</keep-alive>
</el-main>
</el-container>