import LayoutPage from './src/index.vue'; import { withInstall } from '../withInstall'; const ZLayoutPage = withInstall(LayoutPage); export default ZLayoutPage;