mirror of
https://github.com/Vale54321/schafkopf-bot.git
synced 2025-12-16 03:39:34 +01:00
14 lines
206 B
Vue
14 lines
206 B
Vue
<script setup lang="ts">
|
|
|
|
</script>
|
|
|
|
<template>
|
|
|
|
<router-link to="/dedicatedgame">
|
|
<button class="btn btn-primary">Zum Spiel</button>
|
|
</router-link>
|
|
</template>
|
|
|
|
<style scoped lang="scss">
|
|
|
|
</style> |