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