Skip to content

Not indented with @vue/cli-service version 4 #6

Open
@janober

Description

@janober

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions