Is there a way to break/return from Vue3 <script setup>
?
#6862
Answered
by
mbokil
yangtoude
asked this question in
Help/Questions
-
Is there a way to break/return from Vue3
What should I do if I want to achieve the interrupt effect in the options api above? |
Beta Was this translation helpful? Give feedback.
Answered by
mbokil
Oct 12, 2022
Replies: 2 comments
-
No at the moment I guess. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Default life cycle of <script setup> is created so I use:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
yangtoude
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Default life cycle of <script setup> is created so I use: