[Solved] Vue Invalid prop: type check failed for prop “model”. Expected Object, got Array

2023/05/17 19:40

Error

Invalid prop: type check failed for prop “model”. Expected Object, got Array

Solution

You are using  wrong variable type. You should use Object type as the error information.

Leave a Reply

Back to top