We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在当前页面 我想要根据服务端请求的数据改变navigator的title 重新给route.title 赋值了 但是title不刷新 调用this.forceupdate() 没什么用 有没有其他的可以刷新navogator的方法
比如冲服务端收到navtitle 我调用route.title = navtitle; this.forceupdate() ; 并不能更新导航栏的标题
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在当前页面 我想要根据服务端请求的数据改变navigator的title 重新给route.title 赋值了 但是title不刷新 调用this.forceupdate() 没什么用 有没有其他的可以刷新navogator的方法
比如冲服务端收到navtitle
我调用route.title = navtitle;
this.forceupdate() ;
并不能更新导航栏的标题
The text was updated successfully, but these errors were encountered: