Match-id-75b8c073cf610e8c3a74d1178c172caf13196702
This commit is contained in:
parent
9a3c6440a1
commit
3c1a4bc02a
|
@ -65,7 +65,7 @@ export class VNode {
|
||||||
clearChild: VNode | null = null;
|
clearChild: VNode | null = null;
|
||||||
// one tree相关属性
|
// one tree相关属性
|
||||||
isCreated: boolean = true;
|
isCreated: boolean = true;
|
||||||
oldHooks: Array<Hook<any, any>> | null = []; // 保存上一次执行的hook
|
oldHooks: Array<Hook<any, any>> | null = null; // 保存上一次执行的hook
|
||||||
oldState: any = null;
|
oldState: any = null;
|
||||||
oldRef: RefType | ((handle: any) => void) | null = null;
|
oldRef: RefType | ((handle: any) => void) | null = null;
|
||||||
suspenseChildThrow = false;
|
suspenseChildThrow = false;
|
||||||
|
|
Loading…
Reference in New Issue