|
<div :class="['item', active === index ? 'active' : '']"
|
|
<div :class="['item', active === index ? 'active' : '']"
|
|
:style="{top: item.top + 'px', height: item.height + 'px'}" v-for="(item, index) in style[tabIndex]"
|
|
:style="{top: item.top + 'px', height: item.height + 'px'}" v-for="(item, index) in style[tabIndex]"
|