Debugging information on Vue 2 #859
Labels
contribution welcome
discussion
✨ enhancement
New feature or request
vue 2.x
Specific to Vue 2 usage
Currently, the debugging information of events in the Timeline has almost nothing on Vue 2. While tha
events
array doesn't exist in Vue 2, there should be some kind of fallback to display at least some information like the previous values and current values for primitives.Discussed in #857
Originally posted by Djaler November 30, 2021
With the same code
mutation info in devtools in Vue 3 looks like
but in Vue 2 it's just
which is not so useful for debugging
The text was updated successfully, but these errors were encountered: