Skip to content

Commit 1ce37bd

Browse files
cheng-kangQingWei-Li
authored andcommitted
fix: missing variable declaration (#660)
### Issue <img width="491" alt="screenshot 2018-10-30 at 23 31 35" src="https://user-images.githubusercontent.com/8396515/47757020-58587080-dc9c-11e8-867c-dc3feabcb651.png"> Sorry, forgot to include this line in previous PR. ----- Please makes sure these boxes are checked before submitting your PR, thank you! * [x] Make sure you are merging your commits to `master` branch. * [x] Add some descriptions and refer relative issues for you PR. * [x] DO NOT include files inside `lib` directory.
1 parent 2cd4646 commit 1ce37bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/core/render/compiler.js

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ export class Compiler {
7171
this.router = router
7272
this.cacheTree = {}
7373
this.toc = []
74+
this.cacheTOC = {}
7475
this.linkTarget = config.externalLinkTarget || '_blank'
7576
this.contentBase = router.getBasePath()
7677

0 commit comments

Comments
 (0)