浏览代码

setting up messageFactory

tags/0.0.1^2
K Rob 3 年前
父节点
当前提交
b42d2c6921
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5
    1
      frontend/src/views/HomeView.vue

+ 5
- 1
frontend/src/views/HomeView.vue 查看文件

@@ -12,10 +12,15 @@ main.view--home(style="display:flex; flex-direction:column; gap: 40px; margin-to
12 12
     
13 13
     p(v-else-if="matches.length===0") No matches.
14 14
     p(v-else) Loading...
15
+<<<<<<< HEAD
15 16
     <w-flex class="wrap">
16 17
     <w-button @click="notify" bg-color="success"> notify </w-button>
17 18
       <w-button @click="chat" bg-color="error"> chat </w-button>
18 19
     </w-flex> 
20
+=======
21
+    <w-button @click="notify" bg-color="success"> notify </w-button>
22
+    
23
+>>>>>>> da796e1 (setting up messageFactory)
19 24
 </template>
20 25
 
21 26
 <script>
@@ -96,7 +101,6 @@ export default {
96 101
            })
97 102
            this.notify(res)
98 103
         }
99
-
100 104
     },
101 105
 }
102 106
 </script>

正在加载...
取消
保存