File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,12 @@ 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
6
7
---
7
8
# vue/no-v-text
8
9
9
10
> disallow use of v-text
10
11
11
- - :exclamation : <badge text =" This rule has not been released yet. " vertical =" middle " type =" error " > *** This rule has not been released yet.*** </badge >
12
-
13
12
## :book : Rule Details
14
13
15
14
This rule reports all uses of ` v-text ` directive.
@@ -32,6 +31,10 @@ This rule reports all uses of `v-text` directive.
32
31
33
32
Nothing.
34
33
34
+ ## :rocket : Version
35
+
36
+ This rule was introduced in eslint-plugin-vue v7.17.0
37
+
35
38
## :mag : Implementation
36
39
37
40
- [ Rule source] ( https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/no-v-text.js )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-vue" ,
3
- "version" : " 7.16 .0" ,
3
+ "version" : " 7.17 .0" ,
4
4
"description" : " Official ESLint plugin for Vue.js" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments