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