refac: move rotas protegidas para dentro de (protected)
This commit is contained in:
11
app/pages/(protected)/home/index.vue
Normal file
11
app/pages/(protected)/home/index.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<div>
|
||||
<h1>OOOIII SOU A HOMEEE</h1>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
definePageMeta({
|
||||
middleware: 'auth'
|
||||
})
|
||||
</script>
|
||||
Reference in New Issue
Block a user