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