feat: Added sidebar

This commit is contained in:
2023-06-12 15:56:09 +02:00
parent df3ff5f1c3
commit 7bf7c8c8dc
6 changed files with 98 additions and 7 deletions

View File

@@ -1,12 +1,15 @@
<template>
<div>
Index
<div>
{{ user.username }}
</div>
</div>
</template>
<script lang="ts" setup>
definePageMeta({
middleware: ['auth']
middleware: ['auth'],
title: 'Dashboard | Polarcraft'
})
const user = useState('user')