chore: typo
This commit is contained in:
parent
305630e3fd
commit
29b2d344ae
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue