add listview

This commit is contained in:
pengfei.zhou
2019-11-12 15:31:25 +08:00
parent 5b3f929ee0
commit e14f4d04cd
12 changed files with 369 additions and 156 deletions

View File

@@ -76,4 +76,7 @@ export class Gravity implements Modeling {
return this.val
}
}
export function gravity() {
return new Gravity
}