Vue uses axios to receive the json array sent from the backend to assign values to the front-end array. Time error, type checking error.

error: vue.esm.js?efeb:591 [Vue warn]: Invalid prop: type check failed for prop "list". Expected, got Array.

this is the initialization of list



Mar.22,2022

it seems that when passing a value to a subcomponent, the receiving data type of the subcomponent is not set to an array

clipboard.png

Menu