Bachir Soussi Chiadmi 3 年之前
父节点
当前提交
d55f66ce30
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/nav/Results.vue

+ 1 - 1
src/components/nav/Results.vue

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