import { withInstall } from '@/utils'; import WizardPanel from './src/wizard-panel.vue'; export const AppWizardPanel = withInstall(WizardPanel);