This commit is contained in:
2020-10-19 23:26:57 +00:00
parent 458e84eff3
commit bb33521216
6 changed files with 28 additions and 12 deletions

View File

@@ -10,7 +10,10 @@
<v-col rows="12">
<template v-if="$route.params.userlog">
<!-- **** USER LOG ****** -->
<v-timeline :dense="$vuetify.breakpoint.smAndDown">
<v-timeline
:dense="$vuetify.breakpoint.smAndDown"
:data-cy="!!$ay.dev ? 'timeLine' : false"
>
<v-timeline-item
v-for="i in obj"
:key="i.index"
@@ -47,7 +50,10 @@
</template>
<template v-else>
<!-- **** OBJECT LOG ****** -->
<v-timeline :dense="$vuetify.breakpoint.smAndDown">
<v-timeline
:dense="$vuetify.breakpoint.smAndDown"
:data-cy="!!$ay.dev ? 'timeLine' : false"
>
<v-timeline-item
v-for="i in obj"
:key="i.index"