Formatting exported Collection
This commit is contained in:
parent
7f7d509212
commit
04f55cd9c4
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ export default {
|
|||
},
|
||||
computed: {
|
||||
collectionJson () {
|
||||
return JSON.stringify(this.$store.state.postwoman.collections);
|
||||
return JSON.stringify(this.$store.state.postwoman.collections, null, 2);
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue