vuejs / devtools

⚙️ Browser devtools extension for debugging Vue.js applications.
https://devtools.vuejs.org/
MIT License
1.7k stars 121 forks source link

html content located in variables is rendered in the components section #696

Open mirzahanmirzahanov opened 1 week ago

mirzahanmirzahanov commented 1 week ago

I use 7.6.4 version. In a situation where a variable contains a string with html markup, vue devtools renders this html in detailed information about the component

Example:

I have a news object that has a "content" field inside which is html wrapped in a string (content field is highlighted in green) image

This is how this field is displayed in vue devtools: image

This is extremely inconvenient + the value from the "code" field is also missing. Also, I did not find a setting that would allow me to somehow switch the display of such lines : (