I get an error when try to import jquery in laravel VITE, jquery seems to be loaded in my compiled javascript:
Uncaught TypeError: window.$ is not a function
at dashboard:1823:12
(anonimo) @ dashboard:1823
[Violation]Forced reflow while executing JavaScript took 72ms
dashboard:101
Uncaught Error: Bootstrap's JavaScript requires jQuery
at app.0bbf2228.js:50:31
App.js is:
import vue from "vue";
window.Vue = vue;
import jQuery from 'jquery'
window.$ = jQuery;
import './bootstrap';