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