소스 검색

:recycle: re-init and clear on sort-by

tags/0.9.0
J 4 년 전
부모
커밋
46b2bc963c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      vue-theme/src/pages/list.vue

+ 1
- 1
vue-theme/src/pages/list.vue 파일 보기

@@ -197,7 +197,7 @@ export default {
197 197
         $route(to, from) {
198 198
             // Check if we changed sort method
199 199
             console.log('to:', to)
200
-            if(this.sortBy) { this.clearAllPosts() }
200
+            if(this.sortBy) { this.clearAndInitPostList() }
201 201
         }
202 202
     },
203 203
     mounted() {

Loading…
취소
저장