This commit is contained in:
2023-01-18 21:47:39 +08:00
parent 5763f6dea2
commit a192c6d77a
14 changed files with 56 additions and 125 deletions

View File

@@ -1,11 +1,11 @@
<script setup lang="ts">
import Login from "../Login/index.vue"
import Signup from "../Signup/index.vue"
import Header from "../Header/index.vue"
import Login from "../Login.vue"
import Signup from "../Signup.vue"
import Header from "../Header.vue"
</script>
<template>
<n-layout>
<n-layout position="absolute" :native-scrollbar="false">
<n-layout-header bordered class="header">
<Header />
</n-layout-header>