This commit is contained in:
2020-06-25 14:02:06 +00:00
parent 186d4858fa
commit 39c6e1923b
3 changed files with 28 additions and 7 deletions

View File

@@ -185,6 +185,8 @@
v-else
:key="item.key"
:disabled="item.disabled"
:href="item.href"
:target="item.target"
@click="clickMenuItem(item)"
v-bind:class="{ 'hidden-sm-and-up': item.surface }"
:data-cy="!!$ay.dev ? item.key : false"