case 'swiperight': {
                    if (isFirstTab) {
                        $targetTab = this.$tabs.last();
                    } else {
                        $targetTab = $currentTab.prev();