update site
This commit is contained in:
parent
d9faba0396
commit
8eafe7f0b6
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue