Преглед изворни кода

:bug: typo in wide check

tags/0.9.0
J пре 4 година
родитељ
комит
703afdd83f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      vue-theme/src/pages/list.vue

+ 1
- 1
vue-theme/src/pages/list.vue Прегледај датотеку

@@ -74,7 +74,7 @@ export default {
74 74
             return this[`all${this.pType}`]
75 75
         },
76 76
         isWide() {
77
-            return this.type == 'exhibition' && i > 1 || this.type == 'event' && i > 1 
77
+            return this.type == 'exhibition' || this.type == 'event'
78 78
         }
79 79
     },
80 80
     methods: {

Loading…
Откажи
Сачувај