import { withInstall } from '@/utils'; import ArrayBox from './src/array-box.vue'; export const AppArrayBox = withInstall(ArrayBox);