Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Sep 8, 2021
1 parent 845b3b3 commit d2f844c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/rules/no-undef-properties.md
Expand Up @@ -16,7 +16,8 @@ This rule warns of using undefined properties.
This rule can help you locate potential errors resulting from misspellings property names, and implicitly added properties.

::: warning Note
This rule cannot detect properties defined in other files or components.
This rule cannot detect properties defined in other files or components.
Note that there are many false positives if you are using mixins.
:::

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

0 comments on commit d2f844c

Please sign in to comment.