You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vue-json-pretty works great with any JSON data even string which is still valid JSON but not a JSON object
Only problem that I am having a lots of vue warnings regarding invalid type of a prop.
Invalid prop: type check failed for prop "data". Expected Object, got String with value ...
Can we allow data to be a string too?
Thanks
The text was updated successfully, but these errors were encountered:
vue-json-pretty works great with any JSON data even string which is still valid JSON but not a JSON object
Only problem that I am having a lots of vue warnings regarding invalid type of a prop.
Can we allow data to be a string too?
Thanks
The text was updated successfully, but these errors were encountered: