Skip to content

Commit

Permalink
Update docs (#1593)
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Aug 3, 2021
1 parent ba9c3f8 commit 45218f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Expand Up @@ -15,7 +15,7 @@ This plugin allows us to check the `<template>` and `<script>` of `.vue` files w
ESLint editor integrations are useful to check your code in real-time.

:::warning Status of Vue.js 3.x supports
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.
This plugin supports the basic syntax of Vue.js 3.1, `<script setup>`, and CSS variable injection.
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.
:::

Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/README.md
Expand Up @@ -72,7 +72,7 @@ By default all rules from **base** and **essential** categories report ESLint er
:::

:::warning Status of Vue.js 3.x supports
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.
This plugin supports the basic syntax of Vue.js 3.1, `<script setup>`, and CSS variable injection.
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.
:::

Expand Down

0 comments on commit 45218f7

Please sign in to comment.