diff --git a/docs/rules/no-restricted-class.md b/docs/rules/no-restricted-class.md index c7aebce6b..267bfebaa 100644 --- a/docs/rules/no-restricted-class.md +++ b/docs/rules/no-restricted-class.md @@ -3,13 +3,12 @@ pageClass: rule-details sidebarDepth: 0 title: vue/no-restricted-class description: disallow specific classes in Vue components +since: v7.19.0 --- # vue/no-restricted-class > disallow specific classes in Vue components -- :exclamation: ***This rule has not been released yet.*** - ## :book: Rule Details This rule lets you specify a list of classes that you don't want to allow in your templates. @@ -73,6 +72,10 @@ export default { ``` ::: +## :rocket: Version + +This rule was introduced in eslint-plugin-vue v7.19.0 + ## :mag: Implementation - [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/no-restricted-class.js) diff --git a/docs/rules/no-useless-template-attributes.md b/docs/rules/no-useless-template-attributes.md index ec24eb70f..c6b71027d 100644 --- a/docs/rules/no-useless-template-attributes.md +++ b/docs/rules/no-useless-template-attributes.md @@ -3,13 +3,12 @@ pageClass: rule-details sidebarDepth: 0 title: vue/no-useless-template-attributes description: disallow useless attribute on `