Vue component for live display of Vue Refs, Reactive objects, primitives and JavaScript objects
Stars
17
Forks
1
Watchers
17
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
137
commits
Simplified get-all-properties to not get constructor, prototype props
67b14d7View on GitHubFixed display bugs when the new prop :get-all-properties="true", this prop can be used to show properties of classes (static properties) and class objects (enumerating also the prototype properties from parents and grand parents when extends inheritance is used).
2ffa613View on GitHub