You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`items`|`Array`| A list of timeline items to display. Supported keys include: `timestamp`, `title`, `content`. |
101
-
|`reverse`|`Boolean`| The component displays a vertical timeline in the order of the `items` prop. If `reserve` is set to false, it displays items in reverse order.<br/> Default: false. |
102
-
|`loading`|`Boolean`| If true, display a loading spinner in the last item. |
103
-
|`date-format`|`String`| Controls the date format in the tooltip when you hover the human friendly time. Default: 'yyyy-MM-dd HH:mm:ss' |
104
-
|`variant`|`String`| Color variant. It supports [Bootstrap color variants](https://bootstrap-vue.org/docs/reference/color-variants#color-variants-and-css-class-mapping), including 'primary', 'success'. Default: 'primary' |
|`items`|`Array`| A list of timeline items to display. Supported keys include: `timestamp`, `title`, `content`. ||
102
+
|`reverse`|`Boolean`| The component displays a vertical timeline in the order of the `items` prop. If `reserve` is set to false, it displays items in reverse order.<br/> Default: false. ||
103
+
|`loading`|`Boolean`| If true, display a loading spinner in the last item. ||
104
+
|`date-format`|`String`| Controls the date format in the tooltip when you hover the human friendly time. Default: 'yyyy-MM-dd HH:mm:ss' ||
105
+
|`variant`|`String`| Color variant. It supports [Bootstrap color variants](https://bootstrap-vue.org/docs/reference/color-variants#color-variants-and-css-class-mapping), including 'primary', 'success'. Default: 'primary' ||
106
+
|`human-friendly-time`|`Boolean`| Displays human friendly time, e.g., '2 months ago'. If false, display the time as formatted according to the `dateFormat` param. Default: true |`true`|
0 commit comments