Replies: 1 comment
-
This has become data loaders. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I really need the onBeforeRouteEnter hook.
eg:
Before entering page A, load some dictionary data.
Before entering page B, load some other dictionary data.
Such a common demand.
I think the basic system such as vue3 setup should continue to support onBeforeRouteEnter.
Writing a bunch of code in the route, such a messy coupling, the maintainability is worrying
Beta Was this translation helpful? Give feedback.
All reactions