Added config page and store
For the future global sound handling
This commit is contained in:
9
src/components/config/YrhAudioSlider.vue
Normal file
9
src/components/config/YrhAudioSlider.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
import YrhButton from '../YrhButton.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<YrhButton>
|
||||
<slot />
|
||||
</YrhButton>
|
||||
</template>
|
||||
Reference in New Issue
Block a user