Sfoglia il codice sorgente

:bug: typo in wide check

tags/0.9.0
J 4 anni fa
parent
commit
703afdd83f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      vue-theme/src/pages/list.vue

+ 1
- 1
vue-theme/src/pages/list.vue Vedi File

74
             return this[`all${this.pType}`]
74
             return this[`all${this.pType}`]
75
         },
75
         },
76
         isWide() {
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
     methods: {
80
     methods: {

Loading…
Annulla
Salva