We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 845b3b3 commit d2f844cCopy full SHA for d2f844c
docs/rules/no-undef-properties.md
@@ -16,7 +16,8 @@ This rule warns of using undefined properties.
16
This rule can help you locate potential errors resulting from misspellings property names, and implicitly added properties.
17
18
::: warning Note
19
-This rule cannot detect properties defined in other files or components.
+This rule cannot detect properties defined in other files or components.
20
+Note that there are many false positives if you are using mixins.
21
:::
22
23
<eslint-code-block :rules="{'vue/no-undef-properties': ['error']}">
0 commit comments