feat:代码分支初始化

This commit is contained in:
陈昱达
2025-02-27 15:43:42 +08:00
parent 75d2f4160a
commit 159d3dfac5
54 changed files with 458 additions and 8059 deletions

View File

@@ -1,11 +1,9 @@
<script setup>
import { RouterLink, RouterView } from 'vue-router'
<script setup lang="ts">
import Layouts from './layouts/index.vue';
</script>
<template>
<RouterView />
<div>
<Layouts />
</div>
</template>
<style scoped>
</style>