diff --git a/docs/rules/no-undef-properties.md b/docs/rules/no-undef-properties.md index 5f1312d2b..e7979756a 100644 --- a/docs/rules/no-undef-properties.md +++ b/docs/rules/no-undef-properties.md @@ -22,6 +22,29 @@ Note that there are many false positives if you are using mixins. +```vue + + +``` + + + + + ```vue