UNPKG
v-photoswipe
Version:
latest (1.0.3-1)
1.0.3
1.0.3-1
1.0.2
1.0.1
1.0.0
Vue plugin for image preview base on PhotoSwipe
github.com/Leesson/v-photoswipe
Leesson/v-photoswipe
v-photoswipe
/
demo
/
index.js
8 lines
(6 loc)
•
96 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
Vue
from
'vue'
import
App
from
'./App'
new
Vue
({
el
:
'#app'
,
render
:
h
=>
h
(
App
) })