mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-05 20:58:22 +08:00
9 lines
170 B
TypeScript
9 lines
170 B
TypeScript
import { withInstall } from '@element-plus/utils'
|
|
|
|
import Col from './src/col.vue'
|
|
|
|
export const ElCol = withInstall(Col)
|
|
export default ElCol
|
|
|
|
export * from './src/col'
|