Fixed doc
parent
cbaa9f4ce7
commit
a76fd84949
|
@ -47,7 +47,7 @@ export default {
|
|||
<h5>Layout</h5>
|
||||
<p>Default layout of the timeline is vertical, setting <i>layout</i> to "horizontal" displays the items horizontally.</p>
|
||||
<pre v-code><code><template v-pre>
|
||||
<Timeline :value="events">
|
||||
<Timeline :value="events" layout="horizontal>
|
||||
<template #content="slotProps">
|
||||
{{slotProps.item.status}}
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue