Update tabs.vue
This commit is contained in:
parent
8b41022044
commit
bb6efbaafc
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
tabindex="0"
|
||||
ref="navContainer"
|
||||
@keydown="handleTabKeyNavigation"
|
||||
@keydown.space.prevent="handleTabKeyboardSelect"
|
||||
@keydown.space.prevent="handleTabKeyboardSelect(false)"
|
||||
>
|
||||
<div ref="navWrap" :class="[prefixCls + '-nav-wrap', scrollable ? prefixCls + '-nav-scrollable' : '']">
|
||||
<span :class="[prefixCls + '-nav-prev', scrollable ? '' : prefixCls + '-nav-scroll-disabled']" @click="scrollPrev"><Icon type="chevron-left"></Icon></span>
|
||||
|
|
Loading…
Add table
Reference in a new issue