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
All component-related rules are being applied to code that passes any of the following checks:
Vue.component() expression
export default {} in .vue or .jsx file
Suggestion
Add Vue.extend to the triggers for for applying the component related rules. It is a commonly used api fo creating components in a raw formats without SFC.
The text was updated successfully, but these errors were encountered:
Suggestion
Add
Vue.extend
to the triggers for for applying the component related rules. It is a commonly used api fo creating components in a raw formats without SFC.The text was updated successfully, but these errors were encountered: