Skip to content

Devtools don't update independently. #323

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

Closed
bigZ-again opened this issue May 8, 2017 · 2 comments
Closed

Devtools don't update independently. #323

bigZ-again opened this issue May 8, 2017 · 2 comments

Comments

@bigZ-again
Copy link

bigZ-again commented May 8, 2017

If there isn't any update in web pages, the devtools don't update independently.
For example, when i click this buttons on web page, the devtools don't update the value of b.
image

If change something, for example: add disabled, then everything is OK.
image


Vue.js devtools 3.1.2

@posva
Copy link
Member

posva commented May 8, 2017

Since the value is not used, the dev tools doesn't catch up but don't worry, you have a force refresh button on the top right 🙂

@posva posva closed this as completed May 8, 2017
@bigZ-again
Copy link
Author

Froce refresh is helpful. But why depend it? And I do some test...
Maybe it's magic.

  • If a variable potentially affect the state of web page(DOM), every change on it will be catch up by the devtools.
  • If a variable has nothing to do with the state of web page(DOM), then the dev tools doesn't catch up any change on it.

Is my understanding right? @posva

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants