Bladeren bron

added space to listType to allow word wrap

tags/1.0.3
Alej 2 jaren geleden
bovenliggende
commit
e5ee68c06b

+ 1
- 1
vue-theme/src/components/sidebars/events.vue Bestand weergeven

@@ -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 Bestand weergeven

@@ -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: {

Laden…
Annuleren
Opslaan