This commit is contained in:
2020-07-18 16:29:15 +02:00
parent 0572ce3a06
commit d55f66ce30
+1 -1
View File
@@ -57,7 +57,7 @@ export default {
offset: state => state.Search.offset
}),
resultsCount () {
return `${this.resultsQuantity.quantity} ${this.resultsQuantity.unit}`
return `${this.$store.state.Search.resultsQuantity.quantity} ${this.$store.state.Search.resultsQuantity.unit}`
}
},
methods: {