2021-10-20 14:32:09 +08:00
|
|
|
import { withInstall } from '/@/utils';
|
|
|
|
|
|
|
|
import pageFooter from './src/PageFooter.vue';
|
|
|
|
import pageWrapper from './src/PageWrapper.vue';
|
|
|
|
|
|
|
|
export const PageFooter = withInstall(pageFooter);
|
2023-05-05 19:25:23 +08:00
|
|
|
export const PageWrapper = withInstall(pageWrapper);
|
2021-10-20 14:32:09 +08:00
|
|
|
|
|
|
|
export const PageWrapperFixedHeightKey = 'PageWrapperFixedHeight';
|