19 lines
252 B
Vue
19 lines
252 B
Vue
<template>
|
|
<div class="flex flex-col">
|
|
<UButton
|
|
to="/dashboard"
|
|
target="_self"
|
|
variant="outline"
|
|
class="mx-auto mt-5">Go to dashboard
|
|
|
|
</UButton>
|
|
</div>
|
|
</template>
|
|
|
|
<script lang="js">
|
|
|
|
</script>
|
|
|
|
<style>
|
|
|
|
</style> |