imgs-preview
v1.0.1
Published
a vue2.0 images-preview component
Downloads
32
Readme
#imgs-preview
a mobile images preview component for vue2.0
##script
##template property imgs is a array of the image-src property activeIndex is the clicked image-index in the all images <ImgsPreview v-if='showImgsView' @close='showImgsView = false' :imgs='imgs' :activeIndex='activeIndex'>