Polarcraft/webv2/app.vue

10 lines
150 B
Vue
Raw Normal View History

2023-06-01 22:06:11 +02:00
<template>
<div>
<a :href="config.public.oauthUrl">Discord</a>
2023-06-01 22:06:11 +02:00
</div>
</template>
<script setup>
const config = useRuntimeConfig()
</script>