fxcosta / laravel-chartjs

Simple package to facilitate and automate the use of charts in Laravel 5.x using Chartjs v2 library
486 stars 112 forks source link

Templates should only be responsible for mapping the state to the UI #76

Open Shimabuk opened 5 years ago

Shimabuk commented 5 years ago

Is someone have this issue ? - Templates should only be responsible for mapping the state to the UI. Avoid placing tags with side-effects in your templates, such as <script>, as they will not be parsed. (found in <Root>)

Any idea how to solve it ?

JuiceCreative commented 5 years ago

Also getting this issue.

ennisthemenace commented 5 years ago

Also here

vortixhead commented 5 years ago

Here too

StanleyMasinde commented 5 years ago

That is a vuejs issue. A Vue instance is in the div with id 'app' please put your scripts outside this area to avoid conflict with vuejs