import { withInstall } from '@/utils'; import Input from './src/input.vue'; export const AppInput = withInstall(Input);