mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Update Timeline.vue
This commit is contained in:
parent
6c39522495
commit
dbd5c52dfe
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div :class="cx('root')" v-bind="ptm('root')">
|
||||
<div :class="cx('root')" v-bind="ptm('root')" data-pc-name="timeline">
|
||||
<div v-for="(item, index) of value" :key="getKey(item, index)" :class="cx('event')" v-bind="ptm('event')">
|
||||
<div :class="cx('opposite')" v-bind="ptm('opposite')">
|
||||
<slot name="opposite" :item="item" :index="index"></slot>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue