Selaa lähdekoodia

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

tags/1.0.0^2
J 3 vuotta sitten
vanhempi
commit
4a1bc0e34e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      vue-theme/src/pages/list.vue

+ 1
- 1
vue-theme/src/pages/list.vue Näytä tiedosto

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

Loading…
Peruuta
Tallenna