feat: 大部分注册登录功能

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-24 18:02:42 +08:00
parent 5ab74ad9dd
commit 5294528148
23 changed files with 858 additions and 167 deletions
+10 -8
View File
@@ -1,11 +1,13 @@
<script setup lang="ts"></script>
<script setup lang="ts">
import { Toaster } from "vue-sonner";
import "vue-sonner/style.css";
</script>
<template>
<h1 class="">
Hello World!
<el-button type="primary">Primary</el-button>
</h1>
<div class="min-h-dvh">
<Toaster position="top-center" />
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
</div>
</template>
<style scoped></style>