laravel-chartjs
laravel-chartjs copied to clipboard
Templates should only be responsible for mapping the state to the UI
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 ?
Also getting this issue.
Also here
Here too
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