michaeljohannesmeier / code-exercises

0 stars 0 forks source link

Add random joke #4

Closed michaeljohannesmeier closed 1 year ago

michaeljohannesmeier commented 1 year ago
wichofly commented 1 year ago

Hi Mike, I am having troubles to fetch the API using vue. Can you check it please?

michaeljohannesmeier commented 1 year ago

Hey Mau, i pushed some code. Check it out and let me know if you understand this better. Read the comments in green.

wichofly commented 1 year ago

Hi Mike, Can you please ckeck it now. I did it with async await when calling the API. I saw some examples that do not use: setup( ){.... "all the code"....} and at the end it is not necessary to return the functions or variables as I understand.