Skip to content

Commit

Permalink
Remove Vue 3 syntax status notice from docs (#2358)
Browse files Browse the repository at this point in the history
  • Loading branch information
FloEdelmann committed Jan 9, 2024
1 parent 8035aa3 commit 26fc85e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ 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.2, `<script setup>`, and CSS variable injection, but the ref sugar, an experimental feature of Vue.js 3.2, is not yet supported.
If you have issues with these, please also refer to the [FAQ](./user-guide/index.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.
:::

## :traffic_light: Versioning policy

This plugin is following [Semantic Versioning](https://semver.org/) and [ESLint's Semantic Versioning Policy](https://github.com/eslint/eslint#semantic-versioning-policy).
Expand Down

0 comments on commit 26fc85e

Please sign in to comment.