Formatting exported Collection

This commit is contained in:
Liyas Thomas
2019-10-23 03:37:44 +05:30
committed by GitHub
parent 7f7d509212
commit 04f55cd9c4

View File

@@ -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: {