File tree 3 files changed +11
-5
lines changed
3 files changed +11
-5
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/block-lang
5
5
description : disallow use other than available `lang`
6
+ since : v7.15.0
6
7
---
7
8
# vue/block-lang
8
9
9
10
> disallow use other than available ` lang `
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 disallows the use of languages other than those available in the your application for the lang attribute of block elements.
@@ -85,6 +84,10 @@ Same as `{ script: { allowNoLang: true } }`.
85
84
86
85
</eslint-code-block >
87
86
87
+ ## :rocket : Version
88
+
89
+ This rule was introduced in eslint-plugin-vue v7.15.0
90
+
88
91
## :mag : Implementation
89
92
90
93
- [ Rule source] ( https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/block-lang.js )
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-use-computed-property-like-method
5
5
description : disallow use computed property like method
6
+ since : v7.15.0
6
7
---
7
8
# vue/no-use-computed-property-like-method
8
9
9
10
> disallow use computed property like method
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 disallows to use computed property like method.
@@ -334,6 +333,10 @@ export default {
334
333
335
334
Nothing.
336
335
336
+ ## :rocket : Version
337
+
338
+ This rule was introduced in eslint-plugin-vue v7.15.0
339
+
337
340
## :mag : Implementation
338
341
339
342
- [ Rule source] ( https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/no-use-computed-property-like-method.js )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-vue" ,
3
- "version" : " 7.14 .0" ,
3
+ "version" : " 7.15 .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