This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
<template v-for="item in obj">
|
||||
<v-col :key="item.key" cols="12" sm="6" lg="4" xl="3" px-2>
|
||||
<v-card :data-cy="!!enableCypress ? item.key : false">
|
||||
<v-card :data-cy="!!$ay.dev ? item.key : false">
|
||||
<v-card-title>
|
||||
{{ item.title }}
|
||||
</v-card-title>
|
||||
|
||||
@@ -11,7 +11,11 @@
|
||||
<v-col cols="12" class="d-flex d-md-none">
|
||||
<v-img :src="require('../assets/logo.svg')" contain height="64"></v-img>
|
||||
</v-col>
|
||||
|
||||
<template v-if="$ay.dev">
|
||||
<v-col cols="12" offset="6">
|
||||
<span class="title red--text">DEVELOPMENT MODE</span>
|
||||
</v-col>
|
||||
</template>
|
||||
<v-col cols="12" offset-md="3">
|
||||
<form>
|
||||
<v-row>
|
||||
|
||||
Reference in New Issue
Block a user