As a newcomer, I have been assigned a project that involves using Vuejs.
In this project, there is a page that utilizes a component called DashboardCard. Each DashboardCard receives 2 props - val and icon from the parent component.
https://i.stack.imgur.com/kADo3.png
I have declared the props in the DashboardCard component (child component), but for some reason, not all prop values are being passed and assigned.
https://i.stack.imgur.com/JLt3x.png
Now, I am encountering an error related to this issue:
https://i.stack.imgur.com/eNa9u.png
UPDATE: Upon checking the Vuejs devtool log, it appears that the props were indeed passed correctly. https://i.stack.imgur.com/tdCkv.png