Skip to content

Commit

Permalink
fix(tree): remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
chaishi committed Oct 10, 2023
1 parent 2520130 commit 8b24c4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tree/adapt.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// 在这个文件,解决 vue2/vue3 tree 组件依赖的差异问题
// 除此文件之外的其他组件文件,可从 vue2 项目直接复制到 vue3 项目进行维护
import * as Vue from 'vue';
import { ref } from 'vue';
import { Ref, SetupContext, ToRefs, VNode, PropType, ComponentPublicInstance, UnwrapNestedRefs } from 'vue';
import { CheckboxProps } from '../checkbox';
import { ClassName, TScroll, Styles, TNode, TreeOptionData, TNodeReturnValue } from '../common';
Expand Down

0 comments on commit 8b24c4d

Please sign in to comment.