What is the difference between a vue hook function and an event queue?

what"s the difference between the vue hook function and the event queue?

Sep.07,2021
What does the event queue of

vue refer to? Is


comparable?
Hook refers to the life cycle of dom
event queue refers to the event queue in the task queue, something outside the main thread

Menu