mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 17:31:02 +08:00
6 lines
158 B
TypeScript
6 lines
158 B
TypeScript
import { withInstall } from '@element-plus/utils-v2'
|
|
import TreeV2 from './src/tree.vue'
|
|
|
|
export const ElTreeV2 = withInstall(TreeV2)
|
|
export default ElTreeV2
|