|
When using the options API, you could stub out a lifecycle hook by passing an empty function to the mount(Component, {
mounted () {},
})How do you do this when using the composition API and |
Answered by
cexbrayat
Feb 4, 2025
Replies: 1 comment 5 replies
|
Hi @MetRonnie |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry for the delay. You're correctly assuming this is not possible. I don't think we'll want to implement this, as it should not be necessary. But if you want to open a feature request, feel free to do so and provide a concrete repro.