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