Remove weird x
This commit is contained in:
parent
f9fea253a4
commit
2274c63f59
@ -11,7 +11,7 @@
|
|||||||
<td>
|
<td>
|
||||||
<die v-for="n in turn.diceCount" :number="turn.dieValue" :key="'g'+n+turn.dieValue"></die>
|
<die v-for="n in turn.diceCount" :number="turn.dieValue" :key="'g'+n+turn.dieValue"></die>
|
||||||
</td>
|
</td>
|
||||||
</tr>x
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user