devtools-next icon indicating copy to clipboard operation
devtools-next copied to clipboard

Improve the display text on computed values that are not accessed.

Open NHZEX opened this issue 7 months ago • 4 comments

I encountered an issue where a computed property shows as undefined in the Vue Devtools when it's not used in the template. This behavior is confusing and can make debugging more difficult.

Preview: https://stackblitz.com/edit/vitejs-vite-md6fq8?file=src%2Fcomponents%2FHelloWorld.vue

NHZEX avatar Jul 21 '24 15:07 NHZEX