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

https://github.com/anthinkingcoder/vue-image-magnifier

商品主图放大镜:https://codepen.io/zhoulin/pen/dLOgPP
https://github.com/anthinkingcoder/vue-image-magnifier

Last synced: 4 months ago
JSON representation

商品主图放大镜:https://codepen.io/zhoulin/pen/dLOgPP

Awesome Lists containing this project

README

          

# vue-image-magnifier

## setup
```
npm install vue-image-magnifier
```

### use
```
import ImageMagnifier from vue-image-magnifier
Vue.use(ImageMagnifier)
//or
import {ImageMagnifier} from vue-image-magnifier
```

### demo
```
npm run demo
```

### live example
> [code open](https://codepen.io/zhoulin/pen/dLOgPP)