Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.js 276B

12345678910
  1. import VCarousel from './VCarousel';
  2. import VCarouselItem from './VCarouselItem';
  3. export { VCarousel, VCarouselItem };
  4. export default {
  5. $_vuetify_subcomponents: {
  6. VCarousel: VCarousel,
  7. VCarouselItem: VCarouselItem
  8. }
  9. };
  10. //# sourceMappingURL=index.js.map