arrilot / laravel-widgets

Widgets for Laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jQuery is undefined

emarcus255 opened this issue · comments

Hi everyone, @arrilot ,

I am having a similar issue with the widget to that one: #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?