<span v-for="(items,index) in chapter_list" :class="{'disabled':index==0}" @click="chapterList(items,i)" @mouseover="hoverItems(index)" @mouseleave="hoverClose(index)"v-cloak >{{ items.article_name }}</span>
mouseover和mouseleave 只在第一个元素上生效 其余遍历出的元素都没有这两个事件 而click却都有 帮忙看看 哪里写的出问题了
写法没有问题
https://jsfiddle.net/hugaungj...
只有好好检查调试了