소스 검색

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

tags/0.9.0
J 4 년 전
부모
커밋
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
             }

Loading…
취소
저장