using composition api
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
<script setup></script>
|
<script setup>
|
||||||
|
import CurrentlyListening from "@/components/CurrentlyListening.vue";
|
||||||
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<main>
|
<main>
|
||||||
@@ -29,7 +31,3 @@
|
|||||||
<!--<a href="pages/shrines/gto.html">GTO</a>-->
|
<!--<a href="pages/shrines/gto.html">GTO</a>-->
|
||||||
</main>
|
</main>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
|
||||||
import CurrentlyListening from "@/components/CurrentlyListening.vue";
|
|
||||||
</script>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user