diff --git a/components/lib/timeline/BaseTimeline.vue b/components/lib/timeline/BaseTimeline.vue new file mode 100644 index 000000000..55cfc3045 --- /dev/null +++ b/components/lib/timeline/BaseTimeline.vue @@ -0,0 +1,155 @@ + diff --git a/components/lib/timeline/Timeline.d.ts b/components/lib/timeline/Timeline.d.ts index fc6996397..b5b8da24d 100644 --- a/components/lib/timeline/Timeline.d.ts +++ b/components/lib/timeline/Timeline.d.ts @@ -80,6 +80,11 @@ export interface TimelineProps { * @type {TimelinePassThroughOptions} */ pt?: TimelinePassThroughOptions; + /** + * When enabled, it removes component related styles in the core. + * @defaultValue false + */ + unstyled?: boolean; } /** diff --git a/components/lib/timeline/Timeline.vue b/components/lib/timeline/Timeline.vue index d43359fdc..0546c5216 100644 --- a/components/lib/timeline/Timeline.vue +++ b/components/lib/timeline/Timeline.vue @@ -1,18 +1,18 @@