Skip to content

Commit

Permalink
fix: missing variable declaration (#660)
Browse files Browse the repository at this point in the history
### 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.
  • Loading branch information
cheng-kang authored and QingWei-Li committed Oct 31, 2018
1 parent 2cd4646 commit 1ce37bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/render/compiler.js
Expand Up @@ -71,6 +71,7 @@ export class Compiler {
this.router = router
this.cacheTree = {}
this.toc = []
this.cacheTOC = {}
this.linkTarget = config.externalLinkTarget || '_blank'
this.contentBase = router.getBasePath()

Expand Down

0 comments on commit 1ce37bd

Please sign in to comment.