-
Notifications
You must be signed in to change notification settings - Fork 479
New issue
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
【bug反馈】westore.update 没有定义callback #143
Comments
nanhupatar
changed the title
westore.update 没有定义callback
【bug反馈】westore.update 没有定义callback
May 11, 2023
真的很重要 |
没人处理这个bug吗 |
你说的 callback 是这里吗?你可以直接创建一个 PR。 update(viewKey) {
if (arguments.length === 1) {
update(this.views[viewKey])
} else {
for (const key in this.views) {
update(this.views[key])
}
}
} |
是的,我不太会使用pr。如果您可以帮忙看一下,非常感谢 |
提了pr ,无法联系到仓库管理员进行合并,如果您有联系方式能帮忙push一下吗 |
好了 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
暴露的类没有定义callback,
The text was updated successfully, but these errors were encountered: