wire-elements Support #1968
Unanswered
jcabanillas
asked this question in
Q&A
Replies: 1 comment
-
Have you installed the Livewire package? https://github.com/mhmiton/laravel-modules-livewire if not you will need to manually register the components. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
Beta Was this translation helpful? Give feedback.
All reactions