https://github.com/crsten/vue-make-lazy
Vue component to lazy load anything you want. Just wrap and go.
https://github.com/crsten/vue-make-lazy
Last synced: 5 months ago
JSON representation
Vue component to lazy load anything you want. Just wrap and go.
- Host: GitHub
- URL: https://github.com/crsten/vue-make-lazy
- Owner: crsten
- License: mit
- Created: 2020-10-09T15:52:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-08T15:11:56.000Z (over 4 years ago)
- Last Synced: 2025-10-17T16:38:31.986Z (9 months ago)
- Language: Vue
- Size: 197 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
[](http://commitizen.github.io/cz-cli/)
[](https://travis-ci.org/crsten/vue-make-lazy)
[](https://www.npmjs.com/package/vue-make-lazy)
[](https://www.npmjs.com/package/vue-make-lazy)

# vue-make-lazy
## Docs
```html
```
```js
// Import and register
import MakeLazy from 'vue-make-lazy'
// Vue 2
Vue.component('MakeLazy', MakeLazy)
// Vue 3
app.component('MakeLazy', MakeLazy)
```