const reactiveProp = VueChartJs.mixins.reactiveProp export default { mixins: [reactiveProp], props: ['options'], extends: VueChartJs.Pie, mounted () { this.renderChart( this.chartData, this.options ) } }