We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Create component property with array of objects, open list of props in DejaVue inspector.
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]
Type should be displayed just as Array or as a collapsible block.
Array
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Expected result:
Type should be displayed just as
Array
or as a collapsible block.The text was updated successfully, but these errors were encountered: