admin pages and menu.

This commit is contained in:
2023-03-09 18:22:06 +08:00
parent 237861ab3f
commit 89ba38ba0a
19 changed files with 456 additions and 136 deletions

View File

@@ -1,7 +1,11 @@
<script setup lang="ts"></script>
<template>
<router-view></router-view>
<div class="container">1213</div>
</template>
<style scoped></style>
<style scoped>
.container {
height: 200vh;
}
</style>