Fixed doc

pull/2835/head
Cagatay Civici 2022-08-04 14:23:53 +03:00
parent cbaa9f4ce7
commit a76fd84949
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ export default {
<h5>Layout</h5> <h5>Layout</h5>
<p>Default layout of the timeline is vertical, setting <i>layout</i> to "horizontal" displays the items horizontally.</p> <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> <pre v-code><code><template v-pre>
&lt;Timeline :value="events"&gt; &lt;Timeline :value="events" layout="horizontal&gt;
&lt;template #content="slotProps"&gt; &lt;template #content="slotProps"&gt;
&#123;&#123;slotProps.item.status&#125;&#125; &#123;&#123;slotProps.item.status&#125;&#125;
&lt;/template&gt; &lt;/template&gt;