diff --git a/components/collections/exportCollection.vue b/components/collections/exportCollection.vue index 4b58921f..b4b927cf 100644 --- a/components/collections/exportCollection.vue +++ b/components/collections/exportCollection.vue @@ -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: {