diff --git a/src/views/timeline/TimelineDoc.vue b/src/views/timeline/TimelineDoc.vue index 0f30ffd3b..c5ce81343 100644 --- a/src/views/timeline/TimelineDoc.vue +++ b/src/views/timeline/TimelineDoc.vue @@ -47,7 +47,7 @@ export default {
Default layout of the timeline is vertical, setting layout to "horizontal" displays the items horizontally.
-<Timeline :value="events">
+<Timeline :value="events" layout="horizontal>
<template #content="slotProps">
{{slotProps.item.status}}
</template>