UNPKG
vue-photoswipe
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
PhotoSwipe plugin for Vue.js 2.0
github.com/ymyang/vue-photoswipe
ymyang/vue-photoswipe
vue-photoswipe
/
demo
/
app.js
12 lines
(8 loc)
•
171 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
Vue
from
'vue'
import
VuePhotoSwipe
from
'../src'
Vue
.
use
(
VuePhotoSwipe
)
import
App
from
'./App.vue'
new
Vue
({
el
:
'#app'
,
render
:
h
=>
h
(
App
) })