set route /mix & /draggable
All checks were successful
Deploy App / build (push) Successful in 3m13s
Deploy App / deploy (push) Successful in 18s

This commit is contained in:
valere
2025-12-17 19:34:25 +01:00
parent 65aaa71a3d
commit dc2cba500c
6 changed files with 87 additions and 119 deletions

View File

@@ -11,6 +11,10 @@
<deckPlaylist :box="box" class="box-page" v-if="box.type === 'playlist'" @click.stop="" />
</template>
</box>
<nav class="fixed top-0">
<a class="button m-4 bg-esyellow" href="/draggable">Draggable</a>
<a class="button m-4 bg-esyellow" href="/mix">Mix</a>
</nav>
</div>
</template>