Here is the code snippet I am working with:
I have created an example and I am trying to access the props values in the onMounted() function. However, when I console.log(account.value.date), it returns undefined. Is there a way to modify the props values before displaying them in the template?
Thank you for any help!
I am looking for a way to alter the props values before they appear on the page.