Replies: 1 comment 3 replies
-
Hi @MetRonnie |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using the options API, you could stub out a lifecycle hook by passing an empty function to the
mount
function, e.g.How do you do this when using the composition API and
<script setup>
?Beta Was this translation helpful? Give feedback.
All reactions