wire-elements / wire-extender

Wire Extender allows you to embed any Livewire component on any website or even within a static HTML file.
https://wire-elements.dev/blog/embed-livewire-components-using-wire-extender
MIT License
237 stars 8 forks source link

I try and embeddable other site but it not showing #19

Closed daolvcntt closed 3 months ago

daolvcntt commented 3 months ago

I've console.log in function render components and nothing components render here. Could you help me? image My request params has values

image

and response empty

image
PhiloNL commented 3 months ago

Can you verify that your component is using the embedabble trait.

daolvcntt commented 3 months ago

@PhiloNL I could render and display the elements, but I encountered other issues as I could not interact with them (meaning they were not responsive to events).

I added the component to the other folder after setting "data-component="widgets.counter" and it works well. Thank you so much!