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 VTimeline from './VTimeline';
  2. import VTimelineItem from './VTimelineItem';
  3. export { VTimeline, VTimelineItem };
  4. export default {
  5. $_vuetify_subcomponents: {
  6. VTimeline: VTimeline,
  7. VTimelineItem: VTimelineItem
  8. }
  9. };
  10. //# sourceMappingURL=index.js.map