vuejs / devtools-v6

⚙️ Browser devtools extension for debugging Vue.js applications.
https://devtools-v6.vuejs.org/
MIT License
24.69k stars 4.14k forks source link

The data in the dev didn't refresh after I change the data in IDE #1960

Open wkz2003 opened 2 years ago

wkz2003 commented 2 years ago

Version

6.4.2

Browser and OS info

Chrome 106.0.5249.91 / Windows10

Steps to reproduce

just change the data, you can see the data refresh in dev in the first time, a few times after it didn't work.Even if I click the force refresh or refresh the website

What is expected?

the data should reload in dev immediately

What is actually happening?

However, the data in the website reload immediately.

wkz2003 commented 2 years ago

um...this case has not happened again until now

wkz2003 commented 2 years ago

oh no it happened again