fxcosta / laravel-chartjs

Simple package to facilitate and automate the use of charts in Laravel 5.x using Chartjs v2 library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Shimabuk opened this issue · 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 ?

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