diff options
Diffstat (limited to 'src/App.vue')
-rw-r--r-- | src/App.vue | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/App.vue b/src/App.vue index 9b4803f..5e71796 100644 --- a/src/App.vue +++ b/src/App.vue | |||
@@ -75,7 +75,8 @@ | |||
75 | <Service | 75 | <Service |
76 | v-for="(item, index) in group.items" | 76 | v-for="(item, index) in group.items" |
77 | :key="index" | 77 | :key="index" |
78 | v-bind:item="item" | 78 | :item="item" |
79 | :proxy="config.proxy" | ||
79 | :class="['column', `is-${12 / config.columns}`]" | 80 | :class="['column', `is-${12 / config.columns}`]" |
80 | /> | 81 | /> |
81 | </template> | 82 | </template> |
@@ -103,7 +104,8 @@ | |||
103 | <Service | 104 | <Service |
104 | v-for="(item, index) in group.items" | 105 | v-for="(item, index) in group.items" |
105 | :key="index" | 106 | :key="index" |
106 | v-bind:item="item" | 107 | :item="item" |
108 | :proxy="config.proxy" | ||
107 | /> | 109 | /> |
108 | </div> | 110 | </div> |
109 | </div> | 111 | </div> |