https://www.cnblogs.com/xf-zhao/p/8620644.html 12345678910111213var app = new Vue({ el: '#comment_list', data: { items: [] }, watch:{ items:function(){ this.$nextTick(function(){ lazyLoading() }) } },})