瀏覽代碼

: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…
取消
儲存