diff --git a/docs/rules/valid-v-slot.md b/docs/rules/valid-v-slot.md index 2a9183926..f0810cc75 100644 --- a/docs/rules/valid-v-slot.md +++ b/docs/rules/valid-v-slot.md @@ -100,7 +100,43 @@ This rule does not check syntax errors in directives because it's checked by [vu ## :wrench: Options -Nothing. +```json +{ + "vue/valid-v-slot": ["error", { + "allowModifiers": false + }] +} +``` + +- `allowModifiers` (`boolean`) ... allows having modifiers in the argument of `v-slot` directives. Modifiers just after `v-slot` are still disallowed. E.g. `