import { withInstall } from '@/utils'; import Checkbox from './src/checkbox.vue'; export const AppCheckbox = withInstall(Checkbox);