mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
className property added cssClass deprecated
This commit is contained in:
@@ -19,6 +19,6 @@ export class MyControl extends stackLayoutModule.StackLayout {
|
||||
this.addChild(lbl);
|
||||
this.addChild(btn);
|
||||
|
||||
this.cssClass = "MyStackLayout";
|
||||
this.className = "MyStackLayout";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user