feat:adjust the inject timing of panel's initData

This commit is contained in:
pengfei.zhou
2020-03-19 13:35:04 +08:00
committed by osborn
parent 08454d53ea
commit 2b62e8bd3b
18 changed files with 87 additions and 65 deletions

2
doric-js/index.d.ts vendored
View File

@@ -446,7 +446,7 @@ declare module 'doric/lib/src/widget/layouts' {
space?: number;
gravity?: Gravity;
}
export class VLayout extends LinearLayout implements VLayout {
export class VLayout extends LinearLayout implements IVLayout {
}
export interface IHLayout extends IView {
space?: number;