fix(settings): hide profile when not login
This commit is contained in:
parent
81869df4bd
commit
7380609c93
4 changed files with 14 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
<script setup lang="ts">
|
||||
definePageMeta({
|
||||
middleware: 'auth',
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<MainContent back-on-small-screen>
|
||||
<template #title>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue