mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
initialize settings page
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<div class="title">{{ text }}</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
defineProps<{
|
||||
text: string;
|
||||
}>();
|
||||
</script>
|
||||
Reference in New Issue
Block a user