Zvok btn activity
This commit is contained in:
parent
3655a5f6e2
commit
132d62452a
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ const roomState = ref(0)
|
|||
<template>
|
||||
<div>
|
||||
<h3>Ozvočenje</h3>
|
||||
<button @click="setAudio()" :class="{big:big}">
|
||||
<button @click="setAudio()" :class="{big: big, currentlyActive: audioStatus}">
|
||||
{{ audioStatus ? 'IZKLOP' : 'VKLOP' }}
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue