import { withInstall } from '@/utils'; import portlet from './src/portlet.vue'; import portletContainer from './src/components/portlet-container.vue'; export const AppPortlet = withInstall(portlet); export const AppPortletContainer = withInstall(portletContainer);