index.ts 135 B

12345
  1. import PageFooter from './src/PageFooter.vue';
  2. import { withInstall } from '../util';
  3. withInstall(PageFooter);
  4. export { PageFooter };