The formation of data in the el-transfer block occurs natively before the rest of the code in the generateData block is executed. I need to make axios a request to the server, and transfer the received data in date, for display in el-transfer.

Does anyone have an example of similar working code or some information on this issue? I can not solve the problem in any way, so far, I have already used promises.

  • What is el-transfer? What is generateData? So not psychics here for the most part. Show the minimum code with an example. Only not the whole project. - Alex Sazonov
  • wrap el-transfer in another component, in this component make the necessary request, after receiving the answer display el-transfer - Dmytryk

0