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/README.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,7 @@ This plugin allows us to check the `<template>` and `<script>` of `.vue` files w
15
15
ESLint editor integrations are useful to check your code in real-time.
16
16
17
17
:::warning Status of Vue.js 3.x supports
18
-
This plugin supports the basic syntax of Vue.js 3.0, but `<script setup>` does not yet fully support it.
19
-
Also, the Vue.js 3.0 experimental feature CSS variable injection is not yet supported. Follow [#1248](https://github.com/vuejs/eslint-plugin-vue/issues/1248) for more details.
18
+
This plugin supports the basic syntax of Vue.js 3.0 and `<script setup>`, but the Vue.js 3.0 experimental feature CSS variable injection is not yet supported. Follow [#1248](https://github.com/vuejs/eslint-plugin-vue/issues/1248) for more details.
Copy file name to clipboardExpand all lines: docs/user-guide/README.md
+3-4
Original file line number
Diff line number
Diff line change
@@ -72,8 +72,7 @@ By default all rules from **base** and **essential** categories report ESLint er
72
72
:::
73
73
74
74
:::warning Status of Vue.js 3.x supports
75
-
This plugin supports the basic syntax of Vue.js 3.0, but `<script setup>` does not yet fully support it.
76
-
Also, the Vue.js 3.0 experimental feature CSS variable injection is not yet supported. Follow [#1248](https://github.com/vuejs/eslint-plugin-vue/issues/1248) for more details.
75
+
This plugin supports the basic syntax of Vue.js 3.0 and `<script setup>`, but the Vue.js 3.0 experimental feature CSS variable injection is not yet supported. Follow [#1248](https://github.com/vuejs/eslint-plugin-vue/issues/1248) for more details.
77
76
:::
78
77
79
78
### Running ESLint from the command line
@@ -393,5 +392,5 @@ module.exports = {
393
392
394
393
#### Other Problems
395
394
396
-
This `eslint-plugin-vue` does not yet fully support `<script setup>`.
397
-
Follow [#1248](https://github.com/vuejs/eslint-plugin-vue/issues/1248) for more details.
395
+
Try searching for existing issues.
396
+
If it does not exist, you should open a new issue and share your repository to reproduce the issue.
0 commit comments