您的位置:首頁/技術文章
文章詳情頁

詳解vue中在循環中使用@mouseenter 和 @mouseleave事件閃爍問題解決方法

瀏覽:108日期:2023-01-28 10:23:36

最近在項目中實現在循環出來的圖片中當鼠標移入隱藏當前圖片顯示另一張圖片的需求時碰到了一個小問題。就是當使用@mouseenter 和@mouseleave事件來實現這個需求時卻發現鼠標移入后圖片出現閃爍現象。

重點:事件寫到父元素上才行!??! 0.0

下面寫下我的實現方法和實現效果

樣式代碼:

<div v-for='(item,index) in exampleUrl' :key = index @mouseenter ='enterFun(index)' @mouseleave ='leaveFun(index)' > <img :src = item.url v-show='show || n != index' > <div v-show='!show && n == index' >查看詳情</div></div>

其他代碼:

export default {data () { return { n: 0, show:true, }} ,methods: {enterFun(index){ console.log(’鼠標移入’); this.show = false; this.n = index;},leaveFun(index){ console.log(’鼠標離開’); this.show = true; this.n = index;},} }

最終實現效果如圖 當鼠標移入圖片時當前圖片顯示查看詳情:

詳解vue中在循環中使用@mouseenter 和 @mouseleave事件閃爍問題解決方法

到此這篇關于詳解vue中在循環中使用@mouseenter 和 @mouseleave事件閃爍問題解決方法的文章就介紹到這了,更多相關vue @mouseenter @mouseleave事件閃爍內容請搜索好吧啦網以前的文章或繼續瀏覽下面的相關文章希望大家以后多多支持好吧啦網!

標簽: Vue
相關文章:
国产综合久久一区二区三区