UNPKG
@gomah/vue-lory
Version:
latest (0.0.7)
0.0.7
0.0.6
Vue Slider Component is based on lory
github.com/Gomah/vue-lory
Gomah/vue-lory
@gomah/vue-lory
/
src
/
index.js
12 lines
(10 loc)
•
155 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
Lory
from
'./Lory'
import
Item
from
'./Item'
import
Next
from
'./Next'
import
Prev
from
'./Prev'
export
{
Lory
,
Item
,
Next
,
Prev
}