Skip to content
Snippets Groups Projects
Commit fdce2262 authored by Ron Lucke's avatar Ron Lucke
Browse files

fix #2674

Closes #2674

Merge request studip/studip!1878
parent 82a44222
No related branches found
No related tags found
No related merge requests found
<template> <template>
<div class="cw-companion-overlay-wrapper">
<div <div
class="cw-companion-overlay" class="cw-companion-overlay"
:class="[showCompanion ? 'cw-companion-overlay-in' : '', showCompanion ? '' : 'cw-companion-overlay-out', styleCompanion]" :class="[showCompanion ? 'cw-companion-overlay-in' : '', showCompanion ? '' : 'cw-companion-overlay-out', styleCompanion]"
:aria-hidden="!showCompanion" aria-hidden="true"
> >
<div class="cw-companion-overlay-content" v-html="msgCompanion"></div> <div class="cw-companion-overlay-content" v-html="msgCompanion"></div>
<button class="cw-compantion-overlay-close" @click="hideCompanion"></button> <button class="cw-compantion-overlay-close" @click="hideCompanion"></button>
</div> </div>
<div
class="sr-only"
aria-live="polite"
role="log"
>
<p>{{ msgCompanion }}</p>
</div>
</div>
</template> </template>
<script> <script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment