forked from cerc-io/cosmos-explorer
add new line
This commit is contained in:
parent
6373336d6e
commit
6b048a1b1c
@ -56,7 +56,7 @@
|
||||
</b-tabs>
|
||||
</b-td>
|
||||
<b-td v-else>
|
||||
{{ value }}
|
||||
{{ addNewLine(value) }}
|
||||
</b-td>
|
||||
</b-tr>
|
||||
</b-tbody>
|
||||
@ -121,6 +121,9 @@ export default {
|
||||
formatTokens(value) {
|
||||
return tokenFormatter(value)
|
||||
},
|
||||
addNewLine(value) {
|
||||
return value.replaceAll('\\n', '\n')
|
||||
},
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user