RawDisplayer: fix whitespace
This commit is contained in:
@ -22,7 +22,7 @@ const props = {
|
||||
export default {
|
||||
props,
|
||||
computed: {
|
||||
valueString () {
|
||||
valueString() {
|
||||
return JSON.stringify(this.value, null, 2)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user