fix: 修改名称规范问题

This commit is contained in:
MTrun
2022-03-14 19:52:01 +08:00
parent b60843d3ed
commit f4df648e5a
70 changed files with 136 additions and 155 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
<template>
<MainView></MainView>
<layout-main></layout-main>
</template>
<script lang="ts" setup>
import { MainView } from '@/layout/components/Main/index'
import { LayoutMain } from '@/layout/components/LayoutMain/index'
</script>