UNPKG
hae-mobile-ui
Version:
latest (0.9.0)
0.9.0
Pure UI Library For Hae
hae-mobile-ui
/
src
/
components
/
swiper
/
index.js
8 lines
(6 loc)
•
115 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
Swiper
from
'./swiper.vue'
import
SwiperItem
from
'./swiper-item'
export
{
Swiper
,
SwiperItem
}