修复语法错误导致的前端编译异常

最新的一次合并,ConsoleNet.vue 少了个逗号。
pull/1559/head
koisi 2024-08-05 15:40:24 +08:00 committed by GitHub
parent 241e29f705
commit 86fdf72856
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ export default {
bottom: "15px",
selected: {},
}
}
},
chartEvents: {
legendselectchanged: (item) => {
this.extend.legend.selected = item.selected;