simple button
This commit is contained in:
19
app/pages/index.vue
Normal file
19
app/pages/index.vue
Normal 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>
|
||||||
Reference in New Issue
Block a user