lazy-loader-puge

1.0.2 • Public • Published

LazyLoader

安装

npm i -save lazy-loader-puge
或
yarn add lazy-loader-puge

使用

<template lang="pug">
  .panel-item
    LazyLoader.lazy
      img(:src="'./static/assets/thumbnails/' + chartData.id + '.png'")
</template>

<script>
import LazyLoader from 'lazy-loader-puge'
export default {
  components: {
    LazyLoader
  }
}
</script>

<style lang='less' scoped>
  .lazy {
    width: 200px;
    height: 200px;
  }
</style>

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    2
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i lazy-loader-puge

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

1.84 kB

Total Files

5

Last publish

Collaborators

  • puge