simple button

This commit is contained in:
suricatingss
2025-12-04 22:42:43 +00:00
parent 5ea5170121
commit d2c95b4c6d

19
app/pages/index.vue Normal file
View File

@@ -0,0 +1,19 @@
<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>