UNPKG
@gorphensu/image-preview
Version:
latest (0.1.0)
0.1.0
图片预览组件
github.com/Gorphensu/image-preview
Gorphensu/image-preview
@gorphensu/image-preview
/
README.md
11 lines
(7 loc)
•
270 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
# image-preview
使用 vue2 & vant
2
创建的图片预览组件,专用在于移动端h5页面 ```javascript
import
imagePreview
from
"impage-preview"
import
'image-preview/dist/imagePreviewWithVue.css'
imagePreview([
'https://img01.yzcdn.cn/vant/apple-1.jpg'
]) ```