-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Closed
Description
What problem does this feature solve?
When seeing warning message like [Vue warn]: Invalid prop: type check failed for prop "value". Expected Number, got String.
, it would be great if Vue could display the actual values it encountered.
For instance, immediately seeing 2
and '2'
would speed up development.
What does the proposed API look like?
No API changes
bokub, Azgaar, pratheekhegde, Renato66, dima74 and 1 more