Se realiza carga de compatibilidad de boostrap con sb admin y correción de vistas

This commit is contained in:
2026-03-02 13:02:16 -06:00
parent aeb24f2874
commit 377f8c322a
3 changed files with 6 additions and 10 deletions
+1 -6
View File
@@ -1,12 +1,7 @@
import axios from 'axios';
window.axios = axios;
window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest';
/**
* Echo exposes an expressive API for subscribing to channels and listening
* for events that are broadcast by Laravel. Echo and event broadcasting
* allow your team to quickly build robust real-time web applications.
*/
import './echo';
+2 -2
View File
@@ -3,9 +3,9 @@
<!DOCTYPE html>
<html lang="es">
<head>
@vite(['resources/css/app.css', 'resources/js/app.js'])
@include('layouts._partials.head')
@vite([ 'resources/js/app.js'])
{{-- Livewire styles --}}
@livewireStyles