import { Line } from "https://unpkg.com/vue-chartjs/dist/vue-chartjs.min.js";
export default {
components: Line,
mixins: [mixins.reactiveProp],
mounted() {
this.renderChart(this.chartData, this.options)
}
}
Uncaught SyntaxError: Unexpected token {