lazyload懶加載插件

在main.js中引入vue-lazyload插件  並使用vue

註冊插件:ui

import VueLazyLoad from 'vue-lazyload'spa

Vue.use(VueLazyLoad,{插件

  loading:require('common/image/default.png')blog

})it

lazyload的使用 在img標籤中將:img="item.imgUrl" 替換成 v-lazy="item.imgUrl"import

使用lazyload能夠節省流量  以及加快加載時間require

相關文章
相關標籤/搜索