laravel-widgets
laravel-widgets copied to clipboard
jQuery is undefined
Hi everyone, @arrilot ,
I am having a similar issue with the widget to that one: https://github.com/arrilot/laravel-widgets/issues/63.
For each widget I am getting in the console: Uncaught TypeError: jQuery is undefined
I am using v. 3.14, running the app without jQuery installed (using Vue2). Php 8.1, Laravel 10.
I have tried to set env for it: ARRILOT_USE_JQUERY=false, added the config file (as in src/config) as suggested above but nothing works.
Any idea what else can cause the issue?