Commit 29b2d344aed292acd575d91e9d55ad1ba19b9bec
1 parent
305630e3
chore: typo
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/Page/index.ts
1 | 1 | import { withInstall } from '/@/utils'; |
2 | 2 | |
3 | 3 | import pageFooter from './src/PageFooter.vue'; |
4 | -import pageWrapper from './src/pageWrapper.vue'; | |
4 | +import pageWrapper from './src/PageWrapper.vue'; | |
5 | 5 | |
6 | 6 | export const PageFooter = withInstall(pageFooter); |
7 | 7 | export const PageWrapper = withInstall(pageWrapper); | ... | ... |