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
非页面调用store.update()没用了。 蓝廋。
The text was updated successfully, but these errors were encountered:
我看下
Sorry, something went wrong.
@xiong66 必须组件或页面声明了的key才会合并上去,不是任意都会合并上去。必须声明了data,且update的path命中了 才会update
所以你的组件必须声明 data
或者 updateAll 设置成 true 无脑更新
噢噢噢。对头了。
No branches or pull requests
非页面调用store.update()没用了。
蓝廋。
The text was updated successfully, but these errors were encountered: