How use jodit Editor with livewire

i try to install jodit Editor in a livewire component
but without success

i need a little help:

<div
x-data=""
x-init="
editor = new Jodit('#editor');

"
wire:ignore

{{ $attributes }}
class="w-full h-full"
<textarea id="editor" name="editor"></textarea>

Check out the Livewire Screencasts, it’s not specifically for Jodit but the concept will be similar.

Then check out how to refactor to use @entangle in V2

thnks i try
but without success