🌐 (app) change to english by default

This commit is contained in:
2020-07-12 11:27:38 +02:00
parent f1960eea2a
commit 454d1c149e
4 changed files with 8 additions and 8 deletions

View File

@@ -7,9 +7,9 @@
</section>
<div class="global-time">{{ time }}</div>
<div class="actions">
<button v-show="timeState === 'stopped'" @click="start">commencer</button>
<button v-show="timeState === 'stopped'" @click="start">start</button>
<button v-show="timeState === 'started'" @click="pause">pause</button>
<button v-show="timeState === 'started'" @click="clear">arrêter</button>
<button v-show="timeState === 'started'" @click="clear">stop</button>
</div>
<ZoneMusic
class="music"