import { withInstall } from '@/utils'; import ColorSpan from './src/color-span.vue'; export const AppColorSpan = withInstall(ColorSpan);