Skip to content

Commit dbb8817

Browse files
waynzhFloEdelmann
andauthored
Update docs/rules/no-v-text-v-html-on-component.md
Co-authored-by: Flo Edelmann <[email protected]>
1 parent f3a6ad1 commit dbb8817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-v-text-v-html-on-component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ If you use v-text / v-html on a component, it will overwrite the component's con
5151
```
5252

5353
- `allow` (`string[]`) ... Specify a list of custom components for which the rule should not apply.
54-
- `ignoreElementNamespaces` (`boolean`) ... Specify whether to ignore the namespace restrictions for SVG and MathML elements, so that the rule should not apply. Default is `false`.
54+
- `ignoreElementNamespaces` (`boolean`) ... If `true`, always treat SVG and MathML tag names as HTML elements, even if they are not used inside a SVG/MathML root element. Default is `false`.
5555

5656
### `{ "allow": ["router-link", "nuxt-link"] }`
5757

0 commit comments

Comments
 (0)