Parcourir la source

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

tags/1.0.0^2
J il y a 3 ans
Parent
révision
4a1bc0e34e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      vue-theme/src/pages/list.vue

+ 1
- 1
vue-theme/src/pages/list.vue Voir le fichier

@@ -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() {

Chargement…
Annuler
Enregistrer