working on AuthController

This commit is contained in:
Sockenklaus
2023-07-03 22:27:07 +02:00
parent a52c0143df
commit 25c75087bb
9 changed files with 77 additions and 16 deletions

View File

@@ -0,0 +1,12 @@
<template>
</template>
<script setup>
import BELayout from '@/layouts/BELayout.vue'
import MainNav from '@/components/MainNav.vue'
defineOptions({ layout: BELayout })
</script>