An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![Build Status](https://travis-ci.org/crsten/vue-make-lazy.svg?branch=master&style=flat-square)](https://travis-ci.org/crsten/vue-make-lazy)
[![npm](https://img.shields.io/npm/dt/vue-make-lazy.svg?style=flat-square)](https://www.npmjs.com/package/vue-make-lazy)
[![npm](https://img.shields.io/npm/v/vue-make-lazy.svg?style=flat-square)](https://www.npmjs.com/package/vue-make-lazy)
![npm](https://img.shields.io/npm/l/vue-make-lazy.svg?style=flat-square)

# 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)
```