unlisten() {
    off(this.el, 'touchstart', this.onTouchStart)
    off(window, 'touchmove', this.onTouchMove)
    off(window, 'touchend', this.onTouchEnd)