This commit is contained in:
2025-02-28 09:56:01 +08:00
parent 3118d0c397
commit 7ee9396255
13 changed files with 376 additions and 51 deletions

View File

@@ -1,7 +1,9 @@
<script setup></script>
<template>
<router-view></router-view>
<a-config-provider size="large">
<router-view></router-view>
</a-config-provider>
</template>
<style scoped></style>