UNPKG

nk-cli

Version:

Initialize a vite app fast by NK-CLI

10 lines (6 loc) 310 B
import { withInstall } from '/@/utils'; import pageFooter from './src/PageFooter.vue'; import pageWrapper from './src/PageWrapper.vue'; export const PageFooter = withInstall(pageFooter); export const PageWrapper = withInstall(pageWrapper); export const PageWrapperFixedHeightKey = 'PageWrapperFixedHeight';