Procházet zdrojové kódy

:recycle: adding event and exhibition lists to ignore type watcher

tags/0.9.0
J před 4 roky
rodič
revize
7b05f8a547
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      vue-theme/src/pages/list.vue

+ 1
- 1
vue-theme/src/pages/list.vue Zobrazit soubor

@@ -194,7 +194,7 @@ export default {
194 194
             if(!postTypes.includes(newType)) return console.warn('Type not valid...')
195 195
 
196 196
             // Ignore some types with presorts so the sortBy watcher can handle them
197
-            const ignore = ['artist']
197
+            const ignore = ['artist', 'event', 'exibition']
198 198
             if(ignore.includes(newType)) return
199 199
             this.initPostList()
200 200
         },

Načítá se…
Zrušit
Uložit