Skip to content

Commit d2f844c

Browse files
committed
Update doc
1 parent 845b3b3 commit d2f844c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/rules/no-undef-properties.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ This rule warns of using undefined properties.
1616
This rule can help you locate potential errors resulting from misspellings property names, and implicitly added properties.
1717

1818
::: warning Note
19-
This rule cannot detect properties defined in other files or components.
19+
This rule cannot detect properties defined in other files or components.
20+
Note that there are many false positives if you are using mixins.
2021
:::
2122

2223
<eslint-code-block :rules="{'vue/no-undef-properties': ['error']}">

0 commit comments

Comments
 (0)