import { withInstall } from '@/utils'; import Button from './src/button.vue'; export const AppButton = withInstall(Button);