Why not provide a detached method for event listeners? #1861
lhjok
started this conversation in
Chat about dev stuff
Replies: 2 comments 4 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
We do not provide the customization for event listeners. Event listeners for the custom events can be added after a component mounts (vue - onMounted, react - useEffect). |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In addition to react and vue, there are many other frameworks. When I use these frameworks, the event listener cannot be separated automatically. I need to manually call the method of separating the event listener.
Beta Was this translation helpful? Give feedback.
All reactions