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
+8
View File
@@ -0,0 +1,8 @@
<script setup lang="ts"></script>
<template>
<h1>Congratulations</h1>
<p>This is calendar event.</p>
</template>
<style scoped></style>