This commit is contained in:
parent
b1109af1e8
commit
76d8c6c668
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<table v-for="buy in buys">
|
||||
<table v-for="buy in buys" :key="buy.id">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
|
|
Loading…
Reference in New Issue