beforeRouteEnter on <scrip setup> #771
Closed
DouglasCalora
started this conversation in
General
Replies: 1 comment 1 reply
-
Because it has to happen before mounting, which means before executing the setup.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any way to use beforeRounteEnter hook within <script setup />?
In options API it can be used as:
Why is it not possible to do it this way?
Beta Was this translation helpful? Give feedback.
All reactions