refactor(client): Use v-model for note component, freeze object
Related: #6595
This commit is contained in:
parent
cf43dd6ec5
commit
14b7f05af4
10 changed files with 111 additions and 70 deletions
|
|
@ -169,7 +169,7 @@ export default Vue.extend({
|
|||
},
|
||||
|
||||
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