UNPKG

to-zoomer

Version:

## ```js 基于 Vue3 ```

26 lines (20 loc) 297 B
# to-zoomer ## ```js 基于 Vue3 ``` ## 安装 ```shell npm install to-zoomer ``` ## 用法 ```js // script中引入 import ToZoomer from 'to-zoomer' ``` ```html <!-- template中使用 单独想引用样式,加class即可 --> <div> <ToZoomer :imgSrc="图片地址" alt="" /> </div> ```