laravel-chartjs icon indicating copy to clipboard operation
laravel-chartjs copied to clipboard

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

Open Shimabuk opened this issue 6 years ago • 4 comments

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 ?

Shimabuk avatar Oct 10 '18 03:10 Shimabuk

Also getting this issue.

JuiceCreative avatar Oct 29 '18 16:10 JuiceCreative

Also here

ennisthemenace avatar Dec 11 '18 10:12 ennisthemenace

Here too

vortixhead avatar Apr 02 '19 19:04 vortixhead

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

StanleyMasinde avatar May 12 '19 19:05 StanleyMasinde