UNPKG
@itools-front/ifrontui
Version:
latest (2.8.6)
2.8.6
2.8.5
2.8.4
2.8.3
2.8.2
2.8.1
2.8.0
Vue Material Component Framework
@itools-front/ifrontui
/
lib
/
components
/
VCarousel
/
index.js
10 lines
•
239 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
VCarousel
from
'./VCarousel'
;
import
VCarouselItem
from
'./VCarouselItem'
;
export
{
VCarousel
,
VCarouselItem
};
export
default
{
$_ifrontui_subcomponents
: {
VCarousel
,
VCarouselItem
} };
//# sourceMappingURL=index.js.map