Open
Description
As soon as @vue/cli-service
version 4 gets used it does somehow not indent anymore. So be clear. Instead of it looking like this:
{
"key1": "value1",
"key2": "value2"
}
it looks like this:
{
"key1": "value1",
"key2": "value2"
}
The problem seems to be that in the span
elements with the class json-tree-indent
the content (
) is missing for some reason.
Guess the author probably knows what causes the problem if he reads the breaking changes which can be found here:
https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md
Metadata
Metadata
Assignees
Labels
No labels