10 lines
238 B
JavaScript
10 lines
238 B
JavaScript
|
import VCarousel from './VCarousel';
|
||
|
import VCarouselItem from './VCarouselItem';
|
||
|
export { VCarousel, VCarouselItem };
|
||
|
export default {
|
||
|
$_vuetify_subcomponents: {
|
||
|
VCarousel,
|
||
|
VCarouselItem
|
||
|
}
|
||
|
};
|
||
|
//# sourceMappingURL=index.js.map
|