update site

This commit is contained in:
dntzhang 2019-03-17 16:28:17 +08:00
parent d9faba0396
commit 8eafe7f0b6
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class Store {
this.preIndex = evt.query.index
this.preSubIndex = evt.query.subIndex
this.data.position = [Number(evt.query.index), Number( evt.query.subIndex)]
this.sideBarShow = false
this.data.sideBarShow = false
this.getMarkDown(subItem.md, this.data.lan, m => {
this.data.html = this.remarkable.render(m)