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