Просмотр исходного кода

added space to listType to allow word wrap

tags/1.0.3
Alej 2 лет назад
Родитель
Сommit
e5ee68c06b

+ 1
- 1
vue-theme/src/components/sidebars/events.vue Просмотреть файл

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

+ 1
- 1
vue-theme/src/components/sidebars/exhibitions.vue Просмотреть файл

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

Загрузка…
Отмена
Сохранить