vue mobile模式鼠标移入移出动作,vue 移入移出事件
<div class=”index_tableTitle clearfix” v-for=”(item,index) in table_tit”>
<div class=”indexItem”>
<span :title=”item.name”>{{item.name}}</span>
<span class=”mypor”>
<i class=”icon” @mouseenter=”enter(index)” ...