index.ts 170 B

12345678
  1. import { withInstall } from '@element-plus/utils'
  2. import Col from './src/col.vue'
  3. export const ElCol = withInstall(Col)
  4. export default ElCol
  5. export * from './src/col'