vue-json-pretty
vue-json-pretty copied to clipboard
A JSON tree view component that is easy to use and also supports data selection.
例如显示注释
Updating from Vue 3.3.13 to 3.4.5 breaks functionality of the component throwing the following warning: `[Vue warn]: Missing ref owner context. ref cannot be used on hoisted vnodes. A vnode...
using `virtual` and `height: 400` options is great when I have a large JSON string to display, but when the JSON is smaller, I end up with a blank area...
Currently only supports specified deep pairs for folding control, hoping to achieve more fine-grained control effects.
I get following errormessage in vscode when i use the -component: ``` Das Argument vom Typ "{ data: JSONDataType; showLine: false; "show-line": boolean; showIcon: true; "show-icon": boolean; deep: number; }"...
Is it possible to set widths on keys and value to auto. Essentially meaning key values and values themselves dont stack if their width exceeds that of the container. I...
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits 40674a4 update changelog, version d8cc569...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
It would be nice if we could override the colors of certain elements using CSS variables instead of writing a selector and desirable color.
how can add editable key? thank you