using composition api

This commit is contained in:
2025-11-25 17:42:54 +00:00
parent 68f36c45ce
commit 04f9963925

View File

@@ -1,4 +1,6 @@
<script setup></script>
<script setup>
import CurrentlyListening from "@/components/CurrentlyListening.vue";
</script>
<template>
<main>
@@ -29,7 +31,3 @@
<!--<a href="pages/shrines/gto.html">GTO</a>-->
</main>
</template>
<script>
import CurrentlyListening from "@/components/CurrentlyListening.vue";
</script>