hgh_admin/resources/js/pages/components/timeline.vue
2024-05-29 22:34:28 +05:00

22 lines
270 B
Vue

<template>
<VRow>
<VCol
cols="12"
md="6"
>
<TimelineBasic />
</VCol>
<VCol
cols="12"
md="6"
>
<TimelineOutlined />
</VCol>
<VCol cols="12">
<TimelineWithIcons />
</VCol>
</VRow>
</template>