mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
add logout emit an click event button
This commit is contained in:
parent
c20e780695
commit
ee80c65643
@ -12,7 +12,7 @@
|
|||||||
</b-card-text>
|
</b-card-text>
|
||||||
</b-card>
|
</b-card>
|
||||||
<template #modal-footer>
|
<template #modal-footer>
|
||||||
<b-button size="sm" variant="danger" @click="this.$emit('logout')">
|
<b-button size="sm" variant="danger" @click="$emit('logout')">
|
||||||
{{ $t('navigation.logout') }}
|
{{ $t('navigation.logout') }}
|
||||||
</b-button>
|
</b-button>
|
||||||
<b-button size="lg" variant="success" @click="handleOk">
|
<b-button size="lg" variant="success" @click="handleOk">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user