feat: implement user and admin login flow
This commit is contained in:
9
pages/user.vue
Normal file
9
pages/user.vue
Normal file
@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<div class="p-8">
|
||||
<h1 class="text-2xl font-bold">用户中心</h1>
|
||||
<p class="mt-4">欢迎回来!</p>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
</script>
|
Reference in New Issue
Block a user