MiCottOn / DejaVue

Visualization and debugging tool built for Vue.js
http://www.dejavue.co
MIT License
786 stars 41 forks source link

String values not closed properly in `Changes` (and propably wrong elements shown?) #48

Closed Uriziel01 closed 7 years ago

Uriziel01 commented 7 years ago

Reproduction:

change string property of component, open list of props in DejaVue inspector, go to Changes section.

Result

  1. Changes of string values are beggining with a " character, but there is no matching closing character.
  2. Shouldn't the first value be name of my prop? In my case:
    Close modal33 changed from "Close modal2 to "Close modal

Expected result:

`title` changed from "Close modal2" to "Close modal"
sschwartz0 commented 7 years ago

Fixed, thanks!