[Vuejs]-Laravel Vue error when trying to use chart.js with Laravel-charts package

0👍

I fixed it by moving

{!! $chart->script() !!}

outside of the tags in the layout.
I’m not sure why but it doesn’t show that warning anymore.

Leave a comment