mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 09:20:51 +08:00
a894fbf990
* refactor(components): [transfer] switch to script-setup syntax * chore: improve code * chore: improve type * fix: lost reactivity * chore: fix data error * chore: simplify code
9 lines
200 B
TypeScript
9 lines
200 B
TypeScript
import { withInstall } from '@element-plus/utils'
|
|
|
|
import Transfer from './src/transfer.vue'
|
|
|
|
export const ElTransfer = withInstall(Transfer)
|
|
export default ElTransfer
|
|
|
|
export * from './src/transfer'
|