This commit is contained in:
2020-04-04 14:44:10 +00:00
parent ce0414a2af
commit 4733373039
5 changed files with 20 additions and 4 deletions

View File

@@ -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>