feat:delete gravity in Stack

This commit is contained in:
pengfei.zhou
2019-11-16 16:09:24 +08:00
parent 009c723bc8
commit 3f4b336205
4 changed files with 10 additions and 15 deletions

View File

@@ -17,12 +17,9 @@ import { LayoutConfig, Group, Property, IView } from "./view";
import { Gravity } from "../util/gravity";
export interface IStack extends IView {
gravity?: Gravity
}
export class Stack extends Group implements IStack {
@Property
gravity?: Gravity
}