You need to sign in or sign up before continuing.
提交 80ea2207 编写于 作者: E ester.zhou

update docs

Signed-off-by: Nester.zhou <ester.zhou@huawei.com>
上级 9aefa849
...@@ -62,7 +62,7 @@ struct ComponentA { ...@@ -62,7 +62,7 @@ struct ComponentA {
@StorageProp('languageCode') lang: string = 'en' @StorageProp('languageCode') lang: string = 'en'
private label: string = 'count' private label: string = 'count'
private aboutToAppear() { aboutToAppear() {
this.label = (this.lang === 'en') ? 'Number' : 'Count' this.label = (this.lang === 'en') ? 'Number' : 'Count'
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册