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
Following up on #146,
I've verified that the console.log(this.data.weather) is correct. The next this.update() should update the view right?
If I comment out the this.update() statement here:
this.update()
westore/packages/westore-example/stores/user-store.js
Lines 13 to 20 in 4bcdccc
The update is still happening, which seems odd to me. How the whole update mechanism works please?
去掉 this.update() 语句 按道理就应该不会update,可为什么又update了呢?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Following up on #146,
If I comment out the
this.update()
statement here:westore/packages/westore-example/stores/user-store.js
Lines 13 to 20 in 4bcdccc
The update is still happening, which seems odd to me.
How the whole update mechanism works please?
去掉
this.update()
语句 按道理就应该不会update,可为什么又update了呢?The text was updated successfully, but these errors were encountered: