mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 09:20:51 +08:00
889a440a58
* refactor(components):[row] switch to script-setup syntax * refactor(components): [row] export const type
8 lines
169 B
TypeScript
8 lines
169 B
TypeScript
import { withInstall } from '@element-plus/utils'
|
|
import Row from './src/row.vue'
|
|
|
|
export const ElRow = withInstall(Row)
|
|
export default ElRow
|
|
|
|
export * from './src/row'
|