1.1.3 • Published 6 years ago

apopups-gallery v1.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

Demo: https://joel-ou.github.io/APopupsGalleryDemo/

*It is still under test. Do not use it in production environment

*&&&*** Try not to use it on PC, It's for mobile

Before starting

Before using, you need to know about vuejs and vue's single-file component development

Getting started

Step1: install by npm

npm install apopups-gallery -S

Step2: import gallery vue component

import gallery from "apopups-gallery";

Step3: Add to vuejs components

components: { gallery }

Step4: useing gallery component on your vue page

<gallery :imageDatas="imageDatas" :index="0" :show="isShow" @onClose="isShow=false"></gallery>

More info:

see here https://joel-ou.github.io/APopupsGalleryDemo/

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago