-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
show structure Set #349
Comments
On it. |
Akryum
pushed a commit
to Akryum/vue-devtools
that referenced
this issue
Jan 19, 2018
Initial PR vuejs#490 by AdamNiederer
Akryum
pushed a commit
that referenced
this issue
Jan 22, 2018
* More fault tolerant * Display stores with CustomValue API * Dsiplay VueRouter instances with CustomValue API * CustomValue API: new 'tooltip' option, supports functions, component def * Test router & store * Open in editor Component defs * Fix #528 * Comments * Encode cache clear * Large array test * CustomValue API: respect fields order * Switch props and data sections to follow style guide * New 'grey' and 'red' classes DataField: allowing to reproduce current available styling using CustomValue API * Add support for Map and Set - Fix #349 Initial PR #490 by AdamNiederer * Set and Map test case * Fix Map key/value inverted * Optimizations * Fix tooltip * DataField style changes * Env: added isLinux & isWindows + function 'f' style fixes * gps-not-fixed icon is ugly on Windows * Style tweaks * Typo * Added more function test cases
It is the same problem for Maps |
@awacode21 What do you mean? |
Code like data() { looks like in the vue devtools, but you cannot inspect its map content. |
Looks like a bug, please open a new issue with a runnable reproduction. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
code like this
vue-devtools will be show this
better cast new Set() to structure Array in show result
The text was updated successfully, but these errors were encountered: