diff --git a/docs/rules/no-unsupported-features.md b/docs/rules/no-unsupported-features.md index 3d29d0c7f..48e222a99 100644 --- a/docs/rules/no-unsupported-features.md +++ b/docs/rules/no-unsupported-features.md @@ -32,6 +32,7 @@ The `"ignores"` option accepts an array of the following strings. - Vue.js 3.1.0+ - `"is-attribute-with-vue-prefix"` ... [`is` attribute with `vue:` prefix](https://v3.vuejs.org/api/special-attributes.html#is) - Vue.js 3.0.0+ + - `"script-setup"` ... [``, + options: buildOptions() + }, + { + code: ` + `, + options: buildOptions({ version: '^2.6.0' }) + } + ], + invalid: [ + { + code: ` + `, + options: buildOptions({ version: '^2.6.0' }), + errors: [ + { + message: '`