laravel-modules-livewire
laravel-modules-livewire copied to clipboard
wire-elements Support
Hello; I'm using this package wire-elements
When I do this:
<button type="button" wire:click="$dispatch('openModal', { component: 'ventas::components.venta-detalle-modal' })" class="btn btn-success"> <i class="bi bi-plus"></i> Producto </button>
This error appears :
Livewire\Exceptions\ComponentNotFoundException Unable to find component: ventas::components.venta-detalle-modal
My module is under path Modules/Ventas/app/Livewire/Components/VentaDetalleModal.php
Any help please Thanks.