forked from opentiny/tiny-vue
fix(chart): delete chart duplicate key (#1624)
This commit is contained in:
parent
340a4ad5c9
commit
57a9e958f0
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue