WIP for Prisma integration and account and membership schema
This commit is contained in:
@@ -3,10 +3,13 @@
|
||||
definePageMeta({
|
||||
middleware: ['auth'],
|
||||
});
|
||||
|
||||
const notes = await $fetch('/api/notes')
|
||||
</script>
|
||||
<template>
|
||||
<div>
|
||||
<h3>{{ user?.user_metadata.full_name }}'s Dashboard</h3>
|
||||
<p v-for="note in notes">{{ note.note_text }}</p><!-- TODO - wtf.. typing-->
|
||||
<div>Stuff</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user