У меня есть app.js:< /p>
Код: Выделить всё
import $ from 'jquery';
$(document).ready(function () {
...
});
window.$ = $;
Код: Выделить всё
@vite(['resources/js/admin/app.js', 'resources/css/admin/app.css'])
...
$(document).ready(function() {
// Throws: $ is not defined
});
Подробнее здесь: https://stackoverflow.com/questions/793 ... lade-files
Мобильная версия