feat: refs #8581 add data-cy attributes CardDescriptor
This commit is contained in:
parent
a8fa03a5d0
commit
140abcbbc4
|
@ -120,7 +120,7 @@ const toModule = computed(() =>
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<div class="descriptor" :data-cy="$attrs['data-cy'] ?? 'cardDescriptor'">
|
||||
<div class="descriptor">
|
||||
<template v-if="entity && !isLoading">
|
||||
<div class="header bg-primary q-pa-sm justify-between">
|
||||
<slot name="header-extra-action"
|
||||
|
|
Loading…
Reference in New Issue