Commit 29b2d344 authored by Vben's avatar Vben

chore: typo

parent 305630e3
import { withInstall } from '/@/utils'; import { withInstall } from '/@/utils';
import pageFooter from './src/PageFooter.vue'; 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 PageFooter = withInstall(pageFooter);
export const PageWrapper = withInstall(pageWrapper); export const PageWrapper = withInstall(pageWrapper);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment