index.ts 151 Bytes Edit Raw Blame History 1 2 3 4 5 6 import PageFooter from './src/PageFooter.vue'; import { withInstall } from '../util'; export { PageFooter }; export default withInstall(PageFooter);