浏览代码

added space to listType to allow word wrap

tags/1.0.3
Alej 2 年前
父节点
当前提交
e5ee68c06b
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1
    1
      vue-theme/src/components/sidebars/events.vue
  2. 1
    1
      vue-theme/src/components/sidebars/exhibitions.vue

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

正在加载...
取消
保存