GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
CDN: https://unpkg.com/vue-lazyload/vue-lazyload.js Vue.use(VueLazyload) ... Usage main.js: import Vue from 'vue' import App from './App.vue' import VueLazyload from 'vue-lazyload' Vue.use(VueLazyload) // or with options const loadimage = require('./assets/loading.gif') const...
Vue-Lazyload Vue module for lazyloading images in your applications. Some of goals of this project worth noting include: Be lightweight, powerful and easy to use Work on any image type Add loading class while image is loading Supports both of Vue 1.0 and Vue 2.0 For Vue 3 Please use vue...
use(VueLazyload) ... Usage main.js import Vue from 'vue' import App from './App.vue' import VueLazyload from 'vue-lazyload' Vue.use(VueLazyload) // or with options Vue.use(VueLazyload, { preLoad: 1.3, error: 'dist/error.png', loading: 'dist/loading.gif', attempt: 1 }) new ...
CDN: https://unpkg.com/vue-lazyload/vue-lazyload.js Vue.use(VueLazyload) ... Usage main.js: import Vue from 'vue' import App from './App.vue' import VueLazyload from 'vue-lazyload' Vue.use(VueLazyload) // or with options Vue.use(VueLazyload, { preLoad: 1.3, error: 'dist/er...
vue-lazyload.js Merge branch 'master' of https://github.com/hilongjw/vue-lazyload int… 5 years ago README.md Vue-Lazyload Vue module for lazyloading images in your applications. Some of goals of this project worth noting include: Be lightweight, powerful and easy to use Work on any ...
CCCyei / vue-lazyload Public forked from hilongjw/vue-lazyload Notifications Fork 0 Star 0 Insights: CCCyei/vue-lazyload Pulse Contributors Commits Code frequency Dependency graph Network Forks Forks switch to list view hilongjw / vue-lazyload 1033131900 / vue-lazyload 13213802563 / vue-...
A lazyload plugin for Vue.js v2.x+. Contribute to lsycxyj/vue-l-lazyload development by creating an account on GitHub.
A Vue.js plugin for lazyload your Image or Component in your application. - GitHub - amourz/vue-lazyload: A Vue.js plugin for lazyload your Image or Component in your application.
HTTPSGitHub CLI Download ZIP This branch is49 commits behindhilongjw:master. Latest commit Git stats 274commits Failed to load latest commit information. Vue-Lazyload Vue module for lazyloading images in your applications. Some of goals of this project worth noting include: ...