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