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