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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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