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

For array of objects as prop each array element is displayed separately #46

Open
Uriziel01 opened this issue Feb 10, 2017 · 0 comments
Open

Comments

@Uriziel01
Copy link

Reproduction:

Create component property with array of objects, open list of props in DejaVue inspector.

Result

Property is shown with too much details for each array element.
In my case:

demos: [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]

Expected result:

Type should be displayed just as Array or as a collapsible block.

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

2 participants