Procházet zdrojové kódy

added space to listType to allow word wrap

tags/1.0.3
Alej před 2 roky
rodič
revize
e5ee68c06b

+ 1
- 1
vue-theme/src/components/sidebars/events.vue Zobrazit soubor

@@ -28,7 +28,7 @@ export default {
28 28
     },
29 29
     data() {
30 30
         return {
31
-            listType: 'current/upcoming',
31
+            listType: 'current/ upcoming',
32 32
         }
33 33
     },
34 34
     methods: {

+ 1
- 1
vue-theme/src/components/sidebars/exhibitions.vue Zobrazit soubor

@@ -28,7 +28,7 @@ export default {
28 28
     },
29 29
     data() {
30 30
         return {
31
-            listType: 'current/upcoming',
31
+            listType: 'current/ upcoming',
32 32
         }
33 33
     },
34 34
     methods: {

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