Merge branch 'develop' into vue3
This commit is contained in:
commit
66f6c8c3fd
101 changed files with 1671 additions and 370 deletions
|
|
@ -437,7 +437,7 @@ export default defineComponent({
|
|||
},
|
||||
|
||||
onStatsLog(statsLog) {
|
||||
for (const stats of statsLog.reverse()) {
|
||||
for (const stats of [...statsLog].reverse()) {
|
||||
this.onStats(stats);
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue