feat:adjust the inject timing of panel's initData
This commit is contained in:
2
doric-js/lib/src/widget/layouts.d.ts
vendored
2
doric-js/lib/src/widget/layouts.d.ts
vendored
@@ -14,7 +14,7 @@ export interface IVLayout extends IView {
|
||||
space?: number;
|
||||
gravity?: Gravity;
|
||||
}
|
||||
export declare class VLayout extends LinearLayout implements VLayout {
|
||||
export declare class VLayout extends LinearLayout implements IVLayout {
|
||||
}
|
||||
export interface IHLayout extends IView {
|
||||
space?: number;
|
||||
|
Reference in New Issue
Block a user