fix title bug
This commit is contained in:
parent
3d54f9d001
commit
bb76a1e446
2 changed files with 4 additions and 1 deletions
|
|
@ -12,8 +12,10 @@ class Docsify {
|
|||
constructor (opts) {
|
||||
Docsify.installed = true
|
||||
|
||||
this.replace = true
|
||||
this.opts = Object.assign({}, opts, DEFAULT_OPTS)
|
||||
this.opts.title = (this.opts.title ? this.opts.sep : '') + this.opts.title
|
||||
|
||||
this.replace = true
|
||||
this.dom = document.querySelector(this.opts.el)
|
||||
if (!this.dom) {
|
||||
this.dom = document.body
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue