Answer the question
In order to leave comments, you need to log in
Vue - how to properly organize the structure of components?
Good afternoon!
There is a page with a form:
<custom-form>
<section title="Contacts">
<custom-input :type="text" />
<custom-input :type="text" />
<custom-input type="select" />
</section>
<section title="Info">
<custom-input type="select" />
</section>
</custom-form>
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