This commit is contained in:
2024-08-02 02:02:59 +02:00
parent 03e4330ab5
commit 2ba8807172
+1 -1
View File
@@ -3,7 +3,7 @@
<Navbar :version="version" />
<main>
<button @click="testAudio">test audio</button>
<!-- <button @click="testAudio">test audio</button> -->
<router-view v-slot="{ Component }">
<keep-alive>
<component :is="Component" :key="$route.path"></component>