Merge pull request #135 from apertureless/patch/122

🐛 Fix #122 reactive mixin
This commit is contained in:
Jakub
2017-07-02 16:09:24 +02:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

View File

@@ -54,6 +54,8 @@ module.exports = {
chart.destroy()
this.renderChart(this.chartData, this.options)
}
} else {
this.renderChart(this.chartData, this.options)
}
}
}

View File

@@ -54,6 +54,8 @@ module.exports = {
chart.destroy()
this.renderChart(this.chartData, this.options)
}
} else {
this.renderChart(this.chartData, this.options)
}
}
}