Code Inspections in Vue
This 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, | Warning | |
Deprecated symbol | Reports a deprecated Vue symbol. | Warning |
Reports multiple usages of the Vue Component specification indicates that each | Warning | |
Missing component import | Reports Vue components, which require to be imported in Vue templates. It provides a quick fix to add the missing import. | Warning |
Unrecognized directive | Reports an unrecognized Vue directive. | Warning |
Unrecognized slot | Reports an unrecognized Vue slot. | Weak warning |