fix(render): autoHeader does not work

This commit is contained in:
qingwei.li 2017-06-02 22:14:28 +08:00
parent ccf4c7c5cc
commit 1304d2ea1a
No known key found for this signature in database
GPG Key ID: B6DDC2F7AE80B2F4

View File

@ -90,7 +90,7 @@ export function renderMixin (proto) {
this.compiler.subSidebar()
}
// bind event
this._bindEventOnRendered()
this._bindEventOnRendered(activeEl)
}
proto._bindEventOnRendered = function (activeEl) {