mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 20:19:19 +02:00
Set up initial configuration for installing
Set up player config for mobile control
This commit is contained in:
parent
551fb6d164
commit
2302dc0581
16 changed files with 1012 additions and 26 deletions
|
@ -3,6 +3,7 @@
|
|||
<message v-for="message in displayedMessages" :key="String(message.date)" :class="['large', getLevel(message)]">
|
||||
<p>{{ message.content }}</p>
|
||||
</message>
|
||||
<slot></slot>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue