fix(render): autoHeader does not work
This commit is contained in:
parent
ccf4c7c5cc
commit
1304d2ea1a
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ export function renderMixin (proto) {
|
||||||
this.compiler.subSidebar()
|
this.compiler.subSidebar()
|
||||||
}
|
}
|
||||||
// bind event
|
// bind event
|
||||||
this._bindEventOnRendered()
|
this._bindEventOnRendered(activeEl)
|
||||||
}
|
}
|
||||||
|
|
||||||
proto._bindEventOnRendered = function (activeEl) {
|
proto._bindEventOnRendered = function (activeEl) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue