You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/rules/no-v-text.md
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3,20 +3,17 @@ pageClass: rule-details
3
3
sidebarDepth: 0
4
4
title: vue/no-v-text
5
5
description: disallow use of v-text
6
-
since: v7.17.0
7
6
---
8
7
# vue/no-v-text
9
8
10
9
> disallow use of v-text
11
10
12
11
-: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.
13
12
14
-
- However, when using selfClose to element with v-text like `<div v-text="foobar" />`, it can't be fixed.
15
-
16
13
## :book: Rule Details
17
14
18
15
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.
0 commit comments