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';
|