Answer the question
In order to leave comments, you need to log in
Vue. Axios. Download (import) a component into another component by pressing a button. How to make the component work?
I have a Vue component that consists of a table whose rows are loaded via axios.
Example:
...
<tr v-for="tr in table_body">
<td v-for="td in tr" v-html="td"></td>
</tr>
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