fix(ssr): clean files

This commit is contained in:
qingwei.li 2017-05-30 19:39:39 +08:00
commit 0014895c19
No known key found for this signature in database
GPG key ID: B6DDC2F7AE80B2F4
3 changed files with 1 additions and 63 deletions

View file

@ -96,7 +96,7 @@ export default class Renderer {
case 'sidebar':
html = this.compiler.sidebar(html, maxLevel) +
`<script>window.__SUB_SIDEBAR__ = ${JSON.stringify(
this.compiler.subSidebar(html, subMaxLevel)
this.compiler.subSidebar(subMaxLevel)
)}</script>`
break
case 'cover':