Skip to content

Commit a3f37f1

Browse files
committed
add feedback for wire matching game
1 parent fb774a0 commit a3f37f1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

js/src/components/MiniGame3.vue

+8
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,14 @@ export default defineComponent({
8282
</ul>
8383
</div>
8484

85+
<div :class="$style.panel">
86+
<ul>
87+
<li v-for="matchItem in matchStatus" :key="`user-${matchItem}`">
88+
{{ matchItem }}
89+
</li>
90+
</ul>
91+
</div>
92+
8593
<div :class="$style.panel">
8694
<ul>
8795
<li

0 commit comments

Comments
 (0)