|
@@ -12,6 +12,7 @@
|
|
|
<swiper-slide v-for='(item,index) in list' :class='{"active":item.active}' :key='`${index}_${item.drawernum}`'>{{item.drawernum}}</swiper-slide>
|
|
|
<div class='swiper-pagination' slot='pagination'></div>
|
|
|
</swiper>-->
|
|
|
+ <!-- 解决input搜索,页面卡顿的情况,将swiper抽离成组件 -->
|
|
|
<MSwiper :list='list' v-if='list.length' @itemClick='itemClick' />
|
|
|
</div>
|
|
|
<div class='info-container' v-show='list.length'>
|