if (this._tabs) {
      let id = this._tabs.tabs.indexOf(this)
      if (~id) this._tabs.tabs.splice(id, 1)
    }