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
What did you expect to happen?
Should not raise require-prop-types error
What actually happened? Please include the actual, raw output from ESLint.
Setting props in a component that are defined outside of it raises the error:
C:\dev\foobar\src\app.js
6:3 error Props should at least define their types vue/require-prop-types
✖ 1 problem (1 error, 0 warnings)
The text was updated successfully, but these errors were encountered:
Tell us about your environment
Please show your full configuration:
What did you do? Please include the actual source code causing the issue.
What did you expect to happen?
Should not raise require-prop-types error
What actually happened? Please include the actual, raw output from ESLint.
Setting props in a component that are defined outside of it raises the error:
The text was updated successfully, but these errors were encountered: