Posts by wagner ferreira • 1 point
2 posts
-
-2
votes1
answer80
viewsQ: Send many requests with Xios without the code waiting for the answer of previous requests
Good morning. I want to send many requests without the code waiting for the previous requests to be answered using Xios. My current code name: new Vue({ el: '#central', data: { estilo:…
-
-3
votes1
answer194
viewsQ: Create string array of textarea using n as separator
How to create a string array using line break as separator value.split("\n")? Ex: <textarea placeholder="LISTA" type="text"> </textarea> And how can I send a request using Axios for each…