laravel-modules-livewire icon indicating copy to clipboard operation
laravel-modules-livewire copied to clipboard

wire-elements Support

Open jcabanillas opened this issue 1 year ago • 1 comments

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.

jcabanillas avatar Oct 28 '24 23:10 jcabanillas