瀏覽代碼

:bug: remove extra s

tags/0.9.0
J 4 年之前
父節點
當前提交
b35faa7c70
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      vue-theme/src/pages/list.vue

+ 2
- 2
vue-theme/src/pages/list.vue 查看文件

@@ -109,7 +109,7 @@ export default {
109 109
             }
110 110
 
111 111
             // Edge case for episodes
112
-            await this._getAll('episodes', this.$store)
112
+            await this._getAll('episode', this.$store)
113 113
 
114 114
             // Stop trying to load more posts
115 115
             if(res && !res.length) {
@@ -122,7 +122,7 @@ export default {
122 122
         async checkAndSetHero(type) {
123 123
             this._clearHero(this.$store)
124 124
 
125
-            await this._getAll('pages', this.$store)
125
+            await this._getAll('page', this.$store)
126 126
 
127 127
             // We always set a hero no matter what
128 128
             // Because the hero component will deal

Loading…
取消
儲存