vue-zoom

1.2.0 • Public • Published

vue-zoom

Install / Usage

$ npm install vue-zoom
<template>
   <div id="app">
      <v-zoom :img="img" :width="width"></v-zoom>
   </div>
</template>
 
<script>
import vZoom from 'vue-zoom'
export default {
  components: {vZoom},
  data() {
     return {
        img: 'photo.jpg',
        width: 500
     }
  }
}
</script> 

Readme

Keywords

Package Sidebar

Install

npm i vue-zoom

Weekly Downloads

49

Version

1.2.0

License

ISC

Unpacked Size

16.4 kB

Total Files

8

Last publish

Collaborators

  • disitec