Code Inspections in Vue
Last modified: 13 May 2022This topic lists all PhpStorm code inspections available in Vue.
You can toggle specific inspections or change their severity level on the Editor | Inspections page of the IDE settings Ctrl+Alt+S.
Inspection | Description | Default Severity |
---|---|---|
Reports a Vue component data property that is not a function. Suggests wrapping an object literal with a function. When defining a component, | | |
Reports multiple usages of the Vue Component specification indicates that each | |
Thanks for your feedback!