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/prefer-import-from-vue.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,12 @@ pageClass: rule-details
3
3
sidebarDepth: 0
4
4
title: vue/prefer-import-from-vue
5
5
description: enforce import from 'vue' instead of import from '@vue/*'
6
+
since: v8.5.0
6
7
---
7
8
# vue/prefer-import-from-vue
8
9
9
10
> enforce import from 'vue' instead of import from '@vue/*'
10
11
11
-
-:exclamation: <badgetext="This rule has not been released yet."vertical="middle"type="error"> ***This rule has not been released yet.*** </badge>
12
12
-: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
13
14
14
## :book: Rule Details
@@ -46,6 +46,10 @@ import { ref } from '@vue/reactivity'
46
46
47
47
Nothing.
48
48
49
+
## :rocket: Version
50
+
51
+
This rule was introduced in eslint-plugin-vue v8.5.0
Copy file name to clipboardExpand all lines: docs/rules/prefer-true-attribute-shorthand.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,12 @@ pageClass: rule-details
3
3
sidebarDepth: 0
4
4
title: vue/prefer-true-attribute-shorthand
5
5
description: require shorthand form attribute when `v-bind` value is `true`
6
+
since: v8.5.0
6
7
---
7
8
# vue/prefer-true-attribute-shorthand
8
9
9
10
> require shorthand form attribute when `v-bind` value is `true`
10
11
11
-
-:exclamation: <badgetext="This rule has not been released yet."vertical="middle"type="error"> ***This rule has not been released yet.*** </badge>
12
12
-:bulb: Some problems reported by this rule are manually fixable by editor [suggestions](https://eslint.org/docs/developer-guide/working-with-rules#providing-suggestions).
13
13
14
14
## :book: Rule Details
@@ -104,6 +104,10 @@ Default options is `"always"`.
104
104
105
105
</eslint-code-block>
106
106
107
+
## :rocket: Version
108
+
109
+
This rule was introduced in eslint-plugin-vue v8.5.0
0 commit comments