first commit
This commit is contained in:
21
resources/js/pages/components/timeline.vue
Normal file
21
resources/js/pages/components/timeline.vue
Normal file
@@ -0,0 +1,21 @@
|
||||
<template>
|
||||
<VRow>
|
||||
<VCol
|
||||
cols="12"
|
||||
md="6"
|
||||
>
|
||||
<TimelineBasic />
|
||||
</VCol>
|
||||
|
||||
<VCol
|
||||
cols="12"
|
||||
md="6"
|
||||
>
|
||||
<TimelineOutlined />
|
||||
</VCol>
|
||||
|
||||
<VCol cols="12">
|
||||
<TimelineWithIcons />
|
||||
</VCol>
|
||||
</VRow>
|
||||
</template>
|
Reference in New Issue
Block a user