login redirecionando pra home e acessando home se tiver logado

This commit is contained in:
2026-05-03 13:03:14 -05:00
parent 404e2d457b
commit b8dbb5869d
4 changed files with 34 additions and 6 deletions

View File

@@ -0,0 +1,11 @@
<template>
<div>
<h1>OOOIII SOU A HOMEEE</h1>
</div>
</template>
<script setup>
definePageMeta({
middleware: 'auth'
})
</script>