Compare commits

...

1 Commits

Author SHA1 Message Date
zzcr 41f00788f0
fix(chart): delete chart duplicate key 2024-05-11 00:13:05 -07:00
1 changed files with 0 additions and 7 deletions

View File

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