feat:初步完成了layout布局

This commit is contained in:
sundongyu 2024-04-22 10:54:26 +08:00
parent f768fcab97
commit 57ae1f86f6

13
src/layout/index.vue Normal file
View File

@ -0,0 +1,13 @@
<template>
<div></div>
</template>
<script setup lang="ts"></script>
<style scoped></style>
<script lang="ts">
export default {
name: 'LayoutIndex'
}
</script>