✨ feat:初步完成了layout布局
This commit is contained in:
parent
f768fcab97
commit
57ae1f86f6
13
src/layout/index.vue
Normal file
13
src/layout/index.vue
Normal 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>
|
Loading…
Reference in New Issue
Block a user