UNPKG
vue-images-swipe
Version:
latest (1.5.0)
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
图片切换,支持键盘事件
github.com/wqb2017/vue-images-swipe/blob/master/README.md
wqb2017/vue-images-swipe
vue-images-swipe
/
src
/
main.js
8 lines
(6 loc)
•
100 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
Vue
from
'vue'
import
App
from
'./App.vue'
new
Vue
({
el
:
'#app'
,
render
:
h
=>
h
(
App
) })