naive-ui.

This commit is contained in:
2023-01-17 10:42:50 +08:00
parent 5d0f34c144
commit 01760b8eaa
29 changed files with 4864 additions and 2263 deletions

View File

@@ -1,11 +1,11 @@
<script setup lang="ts"></script>
<template>
<el-container>
<el-main>
<n-layout>
<n-layout-content bordered>
<router-view></router-view>
</el-main>
</el-container>
</n-layout-content>
</n-layout>
</template>
<style scoped></style>