INSTALE TAILWIND Y JQUERY GENTE

This commit is contained in:
BryamE
2025-12-12 00:37:59 -03:00
parent 1d0d962c4e
commit 59ebbee5e6
8 changed files with 2642 additions and 45 deletions
+7
View File
@@ -2,3 +2,10 @@ import axios from 'axios';
window.axios = axios;
window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest';
/**
* Configuración de jQuery global (window.$)
*/
import jQuery from 'jquery';
window.$ = jQuery;
window.jQuery = jQuery;