Added config page and store

For the future global sound handling
This commit is contained in:
Alexis
2024-05-07 23:31:17 +02:00
parent 8e3a5ddc3f
commit 6fcf8cd1da
10 changed files with 137 additions and 20 deletions

View File

@@ -0,0 +1,9 @@
<script setup lang="ts">
import YrhButton from '../YrhButton.vue'
</script>
<template>
<YrhButton>
<slot />
</YrhButton>
</template>