标签: stenciljs laravel-livewire
如何将wire:keydown.enter="$emit('triggerInsert',$event.target.value)"回调传递到模具中并替换 <any-component someFunc={() => console.log('coming from the outside')} /> someFunc()进行实时回调
wire:keydown.enter="$emit('triggerInsert',$event.target.value)"
<any-component someFunc={() => console.log('coming from the outside')} />