Ver código fonte

Tree: remove undefined member

Axel Manuel 7 anos atrás
pai
commit
cdf05c46ec
1 arquivos alterados com 0 adições e 1 exclusões
  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 {