提交 9aaa212a 编写于 作者: K kukixi

'onTitleModeChanged' change to 'onTitleModeChange'

Signed-off-by: Nkukixi <kouxinxin@huawei.com>
上级 1df6ee3e
...@@ -132,7 +132,7 @@ struct NavigationExample { ...@@ -132,7 +132,7 @@ struct NavigationExample {
.titleMode(NavigationTitleMode.Free) .titleMode(NavigationTitleMode.Free)
.hideTitleBar(false) .hideTitleBar(false)
.hideBackButton(false) .hideBackButton(false)
.onTitleModeChanged((titleModel: NavigationTitleMode) => { .onTitleModeChange((titleModel: NavigationTitleMode) => {
console.log('titleMode') console.log('titleMode')
}) })
.toolBar({ items: [ .toolBar({ items: [
...@@ -148,4 +148,4 @@ struct NavigationExample { ...@@ -148,4 +148,4 @@ struct NavigationExample {
.hideToolBar(this.hideBar) .hideToolBar(this.hideBar)
} }
} }
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册