Formatting exported Collection
This commit is contained in:
@@ -37,7 +37,7 @@ export default {
|
|||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
collectionJson () {
|
collectionJson () {
|
||||||
return JSON.stringify(this.$store.state.postwoman.collections);
|
return JSON.stringify(this.$store.state.postwoman.collections, null, 2);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
Reference in New Issue
Block a user