mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat(projects): 增加返回顶部功能
This commit is contained in:
@ -27,6 +27,7 @@
|
||||
<global-footer />
|
||||
</template>
|
||||
</admin-layout>
|
||||
<global-back-top />
|
||||
<setting-drawer />
|
||||
</template>
|
||||
|
||||
@ -35,7 +36,15 @@ import AdminLayout from '@soybeanjs/vue-admin-layout';
|
||||
import { useAppStore, useThemeStore } from '@/store';
|
||||
import { useBasicLayout } from '@/composables';
|
||||
import { useBoolean } from '@/hooks';
|
||||
import { SettingDrawer, GlobalHeader, GlobalTab, GlobalSider, GlobalContent, GlobalFooter } from '../common';
|
||||
import {
|
||||
SettingDrawer,
|
||||
GlobalHeader,
|
||||
GlobalTab,
|
||||
GlobalSider,
|
||||
GlobalContent,
|
||||
GlobalFooter,
|
||||
GlobalBackTop
|
||||
} from '../common';
|
||||
|
||||
const app = useAppStore();
|
||||
const theme = useThemeStore();
|
||||
|
Reference in New Issue
Block a user