feat(pages): create (placeholder) homepage
This commit is contained in:
parent
e1fa6ab0a8
commit
152e02bb5c
8
pages/index.vue
Normal file
8
pages/index.vue
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
const { data } = useAuth();
|
||||||
|
console.debug("dat->", data);
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div>hello</div>
|
||||||
|
</template>
|
Loading…
x
Reference in New Issue
Block a user