Answer the question
In order to leave comments, you need to log in
Why doesn't recursive calling of components work in nuxt?
Hello, help with recursive components
There is a sandbox with nuxt https://codesandbox.io/s/elegant-frog-1gxiv
It has 2 components that call each other recursively
<question>
<answer>
<question>
<answer>
итд
</answer>
</question>
</answer>
</question>
[Vue warn]: Unknown custom element: <question> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question