refactor: 将 layout 组件移动到 layout 目录下

This commit is contained in:
xingyu4j
2022-12-07 10:14:29 +08:00
parent 88603ab8fe
commit 2b6fcc138c
42 changed files with 18 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
<script setup lang="ts">
import { useTagsViewStore } from '@/store/modules/tagsView'
import { useAppStore } from '@/store/modules/app'
import { Footer } from '@/components/Footer'
import { Footer } from '@/layout/components/Footer'
import { computed } from 'vue'
const appStore = useAppStore()