Axel Manuel 7 лет назад
Родитель
Сommit
cdf05c46ec
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      types/tree.d.ts

+ 0 - 1
types/tree.d.ts

@@ -1,6 +1,5 @@
 import { CreateElement, VNode } from 'vue'
 import { ElementUIComponent } from './component'
-import {Tree} from "./index";
 
 /** The node of the tree */
 export interface TreeNode {