Fixed alignment issue on timeline
parent
b87113b331
commit
c1c4be1e16
|
@ -92,6 +92,9 @@
|
|||
|
||||
<h6>Alternate Align</h6>
|
||||
<Timeline :value="events2" layout="horizontal" align="alternate">
|
||||
<template #opposite>
|
||||
|
||||
</template>
|
||||
<template #content="slotProps">
|
||||
{{slotProps.item}}
|
||||
</template>
|
||||
|
|
|
@ -327,6 +327,9 @@ export default {
|
|||
|
||||
<h6>Alternate Align</h6>
|
||||
<Timeline :value="events2" layout="horizontal" align="alternate">
|
||||
<template #opposite>
|
||||
|
||||
</template>
|
||||
<template #content="slotProps">
|
||||
{{slotProps.item}}
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue