Просмотр исходного кода

:bug: adding artists to the ignore list for list route watch reload

tags/0.9.0
J 4 лет назад
Родитель
Сommit
134d8c752f
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      vue-theme/src/pages/list.vue

+ 1
- 1
vue-theme/src/pages/list.vue Просмотреть файл

@@ -206,7 +206,7 @@ export default {
206 206
                 (!to.fullPath.includes(this.sortBy) && !from.fullPath.includes(this.sortBy))
207 207
             ) {
208 208
                 // !: BUG: this causes event and exhibit posts to double(?)
209
-                const ignore = ['event', 'exhibition', 'post']
209
+                const ignore = ['event', 'exhibition', 'post', 'artist']
210 210
                 if(ignore.includes(this.type)) return
211 211
                 this.clearAndInitPostList()
212 212
             }

Загрузка…
Отмена
Сохранить