1.2.0 • Published 4 years ago

vue-zoom v1.2.0

Weekly downloads
581
License
ISC
Repository
github
Last release
4 years ago

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>
1.2.0

4 years ago

1.1.0

6 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago