1.1.3 ā€¢ Published 3 years ago

lazy-image-vue3 v1.1.3

Weekly downloads
127
License
ISC
Repository
github
Last release
3 years ago

Usage

#default

<template>
  <div
    style="height: 500px"
    v-for="(item, i) in items"
    :key="i"
  >
    <LazyImageVue3 :picture="item.img"/>
  </div>
</template>

import LazyImageVue3 from 'lazy-image-vue3'

components: {
    LazyImageVue3
  },
data: () => ({
items: [
   {
    img: 'https://cdn-images-1.medium.com/max/800/1*xjGrvQSXvj72W4zD6IWzfg.jpeg'
   },
   {
    img: 'https://cdn-images-1.medium.com/max/800/1*xjGrvQSXvj72W4zD6IWzfg.jpeg'
   },
  {
    img: 'https://cdn-images-1.medium.com/max/800/1*xjGrvQSXvj72W4zD6IWzfg.jpeg'
  },
  {
    img: 'https://cdn-images-1.medium.com/max/800/1*xjGrvQSXvj72W4zD6IWzfg.jpeg'
  },
  {
    img: 'https://cdn-images-1.medium.com/max/800/1*xjGrvQSXvj72W4zD6IWzfg.jpeg'
  },
  {
    img: 'https://cdn-images-1.medium.com/max/800/1*xjGrvQSXvj72W4zD6IWzfg.jpeg'
  },
  {
    img: 'https://cdn-images-1.medium.com/max/800/1*xjGrvQSXvj72W4zD6IWzfg.jpeg'
  }
	]
  }),

Check that the component is working properly. Open the console and watch the addition of LazyImageVue3-isShown = true

#Donate (creating code at your request out of turn) I would be very grateful for the star on github.com)))

šŸ’° I can do some feature for you out of turn and at a fast pace or solve your problem, give a quick answers. To do this, you can pay me one-time or make a subscription. We can discuss the details by email, it is written in my profile.

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago