소스 검색

: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…
취소
저장