You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that using click events do not work on the component... I tried this:
<blur-hash-image
@click="myEvent()"width="400"height="300"hash="LdHfL}oJR$WBKnfi%3ofT0kCM{ay"src="https://images.unsplash.com/photo-1545910684-8e7c081be9b0?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1867&q=80"alt="green lawn grass during daytime"/>
And for some reason the event is never fired. Would it be necessary to pass attached events to the generated tag somehow?
The text was updated successfully, but these errors were encountered:
mateuswetah
changed the title
Click event listener does not works on blur hash component
Click event listener does not work on blur hash component
Feb 26, 2021
Hi again!
It seems that using click events do not work on the component... I tried this:
And for some reason the event is never fired. Would it be necessary to pass attached events to the generated tag somehow?
The text was updated successfully, but these errors were encountered: