1
0

feat: disable navigation to some pages if there is no user logged in

This commit is contained in:
2026-05-13 12:46:11 +08:00
parent 078e61e993
commit 167c83f7d4
6 changed files with 48 additions and 14 deletions

View File

@@ -0,0 +1,8 @@
<script setup lang="ts"></script>
<template>
<h1>Congratulations</h1>
<p>This is login.</p>
</template>
<style scoped></style>