Answer the question
In order to leave comments, you need to log in
vue-chart import error, how to fix?
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 {
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question