mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-15 01:41:20 +08:00
6 lines
168 B
TypeScript
6 lines
168 B
TypeScript
|
import { withInstall } from '@element-plus/utils/with-install'
|
||
|
import TreeV2 from './src/tree.vue'
|
||
|
|
||
|
export const ElTreeV2 = withInstall(TreeV2)
|
||
|
export default ElTreeV2
|