INSTALE TAILWIND Y JQUERY GENTE
This commit is contained in:
Vendored
+7
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user