Feature/update cli (#4)
* fix js api typo * update doric-cli target file
This commit is contained in:
@@ -19,7 +19,7 @@ class PopoverDemo extends Panel {
|
||||
height: 50,
|
||||
backgroundColor: colors[0],
|
||||
textColor: Color.WHITE,
|
||||
layoutConfig: layoutConfig().just().configAligmnet(Gravity.Center),
|
||||
layoutConfig: layoutConfig().just().configAlignmnet(Gravity.Center),
|
||||
text: "This is PopOver Window",
|
||||
}).also(v => {
|
||||
let idx = 0
|
||||
|
||||
Reference in New Issue
Block a user