看起来应该不是 [wow.js](https://link.segmentfault.com/?enc=kcG9GNfkid2%2B9OORymQfWA%3D%3D.7SUxgp8B9TY%2ByF8EIc7fRO4KnCAIjA3h89RWIhtjq22zqPtdEQ9xYwcdDbwDZFUw) 导致的问题。 下面是我复现的一个例子,没有遇到你说的问题。所以最好OP能提供一个自己的复现例子。 [🔗 CodePen Demo](https://codepen.io/yogwang/pen/zYXPoap) 以防打不开在线Demo,以下是示例代码块: {{ index }}+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. var app = new Vue({ el: '#app', mounted() { new WOW({ boxClass: 'wow', animateClass: 'animated', offset: 150, mobile: true, live: true, callback: function (c) { console.log(c, 'sss') }, scrollContainer: null, resetAnimation: true }).init(); }, }) // stylus #app height 500vh padding-top 85vh .item display flex margin 10px &-left width 30px margin-right 10px flex 0 0 auto &-color height @width background skyblue