소스 검색

:recycle: use sortBy watching | only ignore switching to and from artist

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

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

@@ -252,7 +252,7 @@ export default {
252 252
         // Fires when navigating between pages with different sorts
253 253
         sortBy(newSort) {
254 254
             if(!Object.values(sortTypes).includes(newSort)) return
255
-            // this.initPostList()
255
+            this.initPostList()
256 256
         },
257 257
     },
258 258
     mounted() {

Loading…
취소
저장