Skip to content
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

Closed
arszp10 opened this issue Jun 6, 2017 · 6 comments
Closed

show structure Set #349

arszp10 opened this issue Jun 6, 2017 · 6 comments

Comments

@arszp10
Copy link

arszp10 commented Jun 6, 2017

code like this

data() {
   setKeys: new Set(),
}

vue-devtools will be show this
image
better cast new Set() to structure Array in show result

@AdamNiederer
Copy link

On it.

Akryum pushed a commit to Akryum/vue-devtools that referenced this issue Jan 19, 2018
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
@awacode21
Copy link

It is the same problem for Maps

@Akryum
Copy link
Member

Akryum commented Aug 15, 2018

@awacode21 What do you mean?

@awacode21
Copy link

awacode21 commented Aug 16, 2018

@Akryum

Code like

data() {
myMap: new Map(),
}

looks like

map-devtools

in the vue devtools, but you cannot inspect its map content.

@Akryum
Copy link
Member

Akryum commented Aug 16, 2018

Looks like a bug, please open a new issue with a runnable reproduction.

@awacode21
Copy link

awacode21 commented Aug 16, 2018

@Akryum
I created the following issue:
#744

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants