Skip to content

Commit 45218f7

Browse files
authored
Update docs (#1593)
1 parent ba9c3f8 commit 45218f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +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 and `<script setup>`, but the Vue.js 3.0 experimental feature CSS variable injection is not yet supported.
18+
This plugin supports the basic syntax of Vue.js 3.1, `<script setup>`, and CSS variable injection.
1919
If you have issues with these, please also refer to the [FAQ](./user-guide/README.md#does-not-work-well-with-script-setup). If you can't find a solution, search for the issue and if the issue doesn't exist, open a new issue.
2020
:::
2121

docs/user-guide/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +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 and `<script setup>`, but the Vue.js 3.0 experimental feature CSS variable injection is not yet supported.
75+
This plugin supports the basic syntax of Vue.js 3.1, `<script setup>`, and CSS variable injection.
7676
If you have issues with these, please also refer to the [FAQ](#does-not-work-well-with-script-setup). If you can't find a solution, search for the issue and if the issue doesn't exist, open a new issue.
7777
:::
7878

0 commit comments

Comments
 (0)