import { withInstall } from '@/utils'; import Row from './src/row.vue'; export const AppRow = withInstall(Row);