8000 GitHub - crsten/vue-make-lazy: Vue component to lazy load anything you want. Just wrap and go.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

crsten/vue-make-lazy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Commitizen friendly Build Status npm npm npm

vue-make-lazy

Docs

<MakeLazy>
  <!-- Your content that will be lazyloaded -->
</MakeLazy>
// Import and register
import MakeLazy from 'vue-make-lazy'

// Vue 2
Vue.component('MakeLazy', MakeLazy)
// Vue 3
app.component('MakeLazy', MakeLazy)

About

Vue component to lazy load anything you want. Just wrap and go.

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0