mirror of
https://github.com/YunaiV/ruoyi-vue-pro.git
synced 2025-11-01 03:28:41 +08:00
refactor: 将 layout 组件移动到 layout 目录下
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
import { computed, defineComponent, unref } from 'vue'
|
||||
import { useAppStore } from '@/store/modules/app'
|
||||
import { Backtop } from '@/components/Backtop'
|
||||
import { Setting } from '@/components/Setting'
|
||||
import { Setting } from '@/layout/components/Setting'
|
||||
import { useRenderLayout } from './components/useRenderLayout'
|
||||
import { useDesign } from '@/hooks/web/useDesign'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user