fix(chart): delete chart duplicate key (#1624)

This commit is contained in:
ajaxzheng 2024-05-13 00:58:43 -07:00 committed by GitHub
parent 340a4ad5c9
commit 57a9e958f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 7 deletions

View File

@ -26,7 +26,6 @@ export default {
width: { type: String, default: 'auto' },
height: { type: String, default: '400px' },
events: { type: Object, default() {} },
events: { type: Object, default() {} },
initOptions: {
type: Object,
default() {
@ -168,12 +167,6 @@ export default {
}
},
watch: {
options: {
handler() {
this.refreshChart()
},
deep: true
},
options: {
handler() {
this.refreshChart()