chore: use licia isHidden module

This commit is contained in:
redhoodsu
2020-01-31 19:50:53 +08:00
parent fdc13c2c61
commit 630c9bbbf7
13 changed files with 517 additions and 178 deletions

View File

@@ -40,7 +40,6 @@ export default class DevTools extends Emitter {
}
show() {
this._isShow = true
this.emit('show')
this._$el.show()
this._navBar.resetStyle()
@@ -50,6 +49,8 @@ export default class DevTools extends Emitter {
this._$el.css('opacity', this._opacity)
}, 50)
this.emit('show')
return this
}
hide() {