RawDisplayer: fix whitespace

This commit is contained in:
Seth Ladygo
2019-05-11 01:32:23 -07:00
parent 6005f19e2e
commit a544b7eb6a

View File

@ -22,7 +22,7 @@ const props = {
export default {
props,
computed: {
valueString () {
valueString() {
return JSON.stringify(this.value, null, 2)
}
}