Calling a method of an async component from the parent component onMounted (Vue3)
I have this general component which can render different sorts of components asynchroneously:
Callng a method of an async component from the parent component onMounted (Vue3)
I have this general component which can render different sorts of components asynchroneously: