chore: typo

This commit is contained in:
Vben 2021-06-11 23:35:30 +08:00
parent 305630e3fd
commit 29b2d344ae
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import { withInstall } from '/@/utils';
import pageFooter from './src/PageFooter.vue';
import pageWrapper from './src/pageWrapper.vue';
import pageWrapper from './src/PageWrapper.vue';
export const PageFooter = withInstall(pageFooter);
export const PageWrapper = withInstall(pageWrapper);