feat: inline mode

This commit is contained in:
redhoodsu
2024-07-12 17:30:58 +08:00
parent 0fb1f11976
commit caabc6ffb9
13 changed files with 33 additions and 18 deletions

View File

@@ -78,6 +78,10 @@ export default class DevTools extends Emitter {
return this
}
hide() {
if (this._inline) {
return
}
this._isShow = false
this.emit('hide')