#37 - improve text btn
This commit is contained in:
parent
4632aeb195
commit
e41b90f636
1 changed files with 5 additions and 1 deletions
|
|
@ -63,7 +63,11 @@
|
||||||
:data-icon="!isLoopAnimationEnabled ? 'loop' : 'pause'"
|
:data-icon="!isLoopAnimationEnabled ? 'loop' : 'pause'"
|
||||||
@click="isLoopAnimationEnabled = !isLoopAnimationEnabled"
|
@click="isLoopAnimationEnabled = !isLoopAnimationEnabled"
|
||||||
>
|
>
|
||||||
<span>{{ !isLoopAnimationEnabled ? 'Animation' : 'Arrêt l’animation' }} en boucle</span>
|
<span>{{
|
||||||
|
!isLoopAnimationEnabled
|
||||||
|
? "Animation en boucle"
|
||||||
|
: "Arrêter l’animation"
|
||||||
|
}}</span>
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
v-if="activeTab === 'static'"
|
v-if="activeTab === 'static'"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue