index.ts 309 B

12345678
  1. import { withInstall } from '/@/utils';
  2. import pageFooter from './src/PageFooter.vue';
  3. import pageWrapper from './src/PageWrapper.vue';
  4. export const PageFooter = withInstall(pageFooter);
  5. export const PageWrapper = withInstall(pageWrapper);
  6. export const PageWrapperFixedHeightKey = 'PageWrapperFixedHeight';