Feature/update cli (#4)
* fix js api typo * update doric-cli target file
This commit is contained in:
@@ -33,7 +33,7 @@ class ListPanel extends Panel {
|
||||
}
|
||||
it.loadMoreView = listItem(text({
|
||||
text: "Loading",
|
||||
layoutConfig: layoutConfig().most().configHeight(LayoutSpec.JUST).configAligmnet(Gravity.Center),
|
||||
layoutConfig: layoutConfig().most().configHeight(LayoutSpec.JUST).configAlignmnet(Gravity.Center),
|
||||
height: 50,
|
||||
}))
|
||||
it.renderItem = (idx: number) => {
|
||||
|
||||
Reference in New Issue
Block a user