mirror of https://github.com/ElemeFE/element
Tree: remove undefined member
parent
d180ec5c9e
commit
cdf05c46ec
|
@ -1,6 +1,5 @@
|
||||||
import { CreateElement, VNode } from 'vue'
|
import { CreateElement, VNode } from 'vue'
|
||||||
import { ElementUIComponent } from './component'
|
import { ElementUIComponent } from './component'
|
||||||
import {Tree} from "./index";
|
|
||||||
|
|
||||||
/** The node of the tree */
|
/** The node of the tree */
|
||||||
export interface TreeNode {
|
export interface TreeNode {
|
||||||
|
|
Loading…
Reference in New Issue