Skip to content

Commit 878879a

Browse files
authored
1 parent bde00f1 commit 878879a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-unsupported-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The `"ignores"` option accepts an array of the following strings.
3030
- Vue.js 3.0.0+
3131
- `"v-model-argument"` ... [argument on `v-model`][Vue RFCs - 0005-replace-v-bind-sync-with-v-model-argument]
3232
- `"v-model-custom-modifiers"` ... [custom modifiers on `v-model`][Vue RFCs - 0011-v-model-api-change]
33-
- `"v-id"` ... [v-is](https://v3.vuejs.org/api/directives.html#v-is) directive.
33+
- `"v-is"` ... [v-is](https://v3.vuejs.org/api/directives.html#v-is) directive.
3434
- Vue.js 2.6.0+
3535
- `"dynamic-directive-arguments"` ... [dynamic directive arguments](https://v3.vuejs.org/guide/template-syntax.html#dynamic-arguments).
3636
- `"v-slot"` ... [v-slot](https://v3.vuejs.org/api/directives.html#v-slot) directive.

0 commit comments

Comments
 (0)