Skip to content

Commit 27677ad

Browse files
committed
update
1 parent 15bf2db commit 27677ad

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

docs/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ This plugin allows us to check the `<template>` and `<script>` of `.vue` files w
1515
ESLint editor integrations are useful to check your code in real-time.
1616

1717
:::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.
2019
:::
2120

2221
## :traffic_light: Versioning policy

docs/user-guide/README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ By default all rules from **base** and **essential** categories report ESLint er
7272
:::
7373

7474
:::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.
7776
:::
7877

7978
### Running ESLint from the command line
@@ -393,5 +392,5 @@ module.exports = {
393392

394393
#### Other Problems
395394

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

Comments
 (0)