move expand click handler to StatusContent
This commit is contained in:
parent
9b58b8c290
commit
bfd1809a34
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,6 @@
|
||||||
class="NotificationParent"
|
class="NotificationParent"
|
||||||
:class="{ '-expandable': expandable }"
|
:class="{ '-expandable': expandable }"
|
||||||
:aria-controls="'notif-' +notification.id"
|
:aria-controls="'notif-' +notification.id"
|
||||||
@click="toggleStatusExpanded()"
|
|
||||||
v-else
|
v-else
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
|
|
@ -256,6 +255,7 @@
|
||||||
:compact="!statusExpanded"
|
:compact="!statusExpanded"
|
||||||
:status="notification.status"
|
:status="notification.status"
|
||||||
:collapse="statusExpanded"
|
:collapse="statusExpanded"
|
||||||
|
@click="toggleStatusExpanded()"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue