项目原始demo,不改动
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

index.js 238 B

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