vuejs / devtools

⚙️ Browser devtools extension for debugging Vue.js applications.

Home Page:https://devtools.vuejs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lost data binding after quick edit

Proladon opened this issue · comments

Version

6.0.0 beta 19

Browser and OS info

Chrome 93.0.4577.63, Windows 10
Mozilla/5.0 Chrome/94.0.4606.104 (Windows NT 10.0; Win64; x64)

Steps to reproduce

Just create clean vite vue startup template

動畫 (14)

What is expected?

Update count number

What is actually happening?

Ref data binding gone and number didn't update

Please provide a runnable reproduction thanks.

actually just yarn create vite and run it ....
but here is repro lost-data-binding-repro

I reproduced it with ref and toRefs. It will not occur when using data() or reactive.