feat: 前端搭建-未完成
This commit is contained in:
7
web/src/App.vue
Normal file
7
web/src/App.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<template>
|
||||
<MainLayout />
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import MainLayout from './layouts/MainLayout.vue';
|
||||
</script>
|
Reference in New Issue
Block a user