Answer the question
In order to leave comments, you need to log in
ReferenceError after navigating from vue inner page (nuxt)?
Used by nuxt
in the component
export default {
head: {
script: [
{ src: '/js/chart.min.js'},
]
},
...
mounted(){
this.chart = new Chart(ctx, { //ОШИБКА НА ЭТОЙ СТРОКЕ
type: 'line',
data: this.chartData,
options: this.chartOption
})
}
ReferenceError: Chart is not defined
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