if (e.direction === 2) {
      if (x < this.drawer_width * 0.7) {
        this.drawer_open = false
      }
      if (x >= this.drawer_width * 0.7) {