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
As far as I see, the latter part is potentially related to #87, although the goals of the issues seem to be different.
the HookCallback can return boolean,
like Vue's onErrorCaptured hook does,
can return false to prevent other hooks from calling.
Anyway, it's good for one issue to handle one goal, so would you either create a new issue or add a comment to #87 for further discussion, and let this issue focus on the topic of the title?
the HookCallback can return boolean,
like Vue's onErrorCaptured hook does,
can return false to prevent other hooks from calling.
This part would be also potentially related to or even conflict with the goal of #111 as well.
I guess it's good to discuss "chaining" things in one issue (return value chaining, stoppable chaining, interruptible(?) chaining (#104))
Describe the feature
From Nuxt, i want to change the order of the hooks at the top level,
need a way to get the hooks, then sort them or add them again.
Something like this,
and more,
the HookCallback can return
boolean
,like Vue's
onErrorCaptured
hook does,can return
false
to prevent other hooks from calling.Additional information
The text was updated successfully, but these errors were encountered: