Blame view

src/components/Page/index.ts 144 Bytes
1
import PageFooterLib from './src/PageFooter.vue';
vben authored
2
3
import { withInstall } from '../util';
4
export const PageFooter = withInstall(PageFooterLib);