Skip to content

Commit 6238491

Browse files
committed
docs: remove since from header. move attention for fix.
1 parent 4cd6ec6 commit 6238491

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/rules/no-v-text.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,17 @@ pageClass: rule-details
33
sidebarDepth: 0
44
title: vue/no-v-text
55
description: disallow use of v-text
6-
since: v7.17.0
76
---
87
# vue/no-v-text
98

109
> disallow use of v-text
1110
1211
- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule.
1312

14-
- However, when using selfClose to element with v-text like `<div v-text="foobar" />`, it can't be fixed.
15-
1613
## :book: Rule Details
1714

1815
This rule reports all uses of `v-text` directive.
19-
16+
When using selfClose to element with v-text like `<div v-text="foobar" />`, it can't be fixed.
2017

2118
<eslint-code-block fix :rules="{'vue/no-v-text': ['error']}">
2219

0 commit comments

Comments
 (0)