Merhabalar,
Vue'yu nodejs ile değilde normal vue.js olarak sayfama dahil ettim, vuejs başarıyla çalışıyor ama
`vue.js:634 [Vue warn]: Error compiling template:
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.
66 |
67 | <!-- Vue JS -->
68 | <script src="http://localhost:8000/assets/scripts/vue.js"></script>
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
69 |
|
70 | <!-- Main JS -->
| ^^^^^^^^^^^^^^^^^^^^^^^^
71 | <script src="http://localhost:8000/assets/scripts/main.js"></script></div>`
Bu şekilde hata veriyor. Kendi instance içindeki dataları çekiyor, axios çalışıyor, eventler vs. tamamıyla okey ama konsoleda bu şekilde hata veriyor.
Laravelde ki push scripts özelliğini denedim ama çare olmadı, nasıl çözebileceğimi bilen var mı?