mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-26 00:26:20 +08:00
10 lines
310 B
TypeScript
10 lines
310 B
TypeScript
import { withInstall } from '/@/utils';
|
|
|
|
import pageFooter from './src/PageFooter.vue';
|
|
import pageWrapper from './src/PageWrapper.vue';
|
|
|
|
export const PageFooter = withInstall(pageFooter);
|
|
export const PageWrapper = withInstall(pageWrapper);
|
|
|
|
export const PageWrapperFixedHeightKey = 'PageWrapperFixedHeight';
|