@@ -30,11 +30,11 @@ This rule reports unsupported Vue.js syntax on the specified version.
30
30
- ` ignores ` ... You can use this ` ignores ` option to ignore the given features.
31
31
The ` "ignores" ` option accepts an array of the following strings.
32
32
- Vue.js 3.2.0+
33
- - ` "v-memo" ` ... [ v-memo] ( https://v3. vuejs.org/api/directives.html#v-memo ) directive.
33
+ - ` "v-memo" ` ... [ v-memo] ( https://vuejs.org/api/built-in- directives.html#v-memo ) directive.
34
34
- ` "v-bind-prop-modifier-shorthand" ` ... ` v-bind ` with ` .prop ` modifier shorthand.
35
35
- ` "v-bind-attr-modifier" ` ... ` .attr ` modifier on ` v-bind ` directive.
36
36
- Vue.js 3.1.0+
37
- - ` "is-attribute-with-vue-prefix" ` ... [ ` is ` attribute with ` vue: ` prefix] ( https://v3. vuejs.org/api/special-attributes.html#is )
37
+ - ` "is-attribute-with-vue-prefix" ` ... [ ` is ` attribute with ` vue: ` prefix] ( https://vuejs.org/api/built-in- special-attributes.html#is )
38
38
- Vue.js 3.0.0+
39
39
- ` "v-model-argument" ` ... [ argument on ` v-model ` ] [ Vue RFCs - 0005-replace-v-bind-sync-with-v-model-argument ]
40
40
- ` "v-model-custom-modifiers" ` ... [ custom modifiers on ` v-model ` ] [ Vue RFCs - 0011-v-model-api-change ]
@@ -43,8 +43,8 @@ The `"ignores"` option accepts an array of the following strings.
43
43
- ` "style-css-vars-injection" ` ... [ SFC CSS variable injection] [ Vue RFCs - 0043-sfc-style-variables ]
44
44
- ` "script-setup" ` ... [ ` <script setup> ` ] [ Vue RFCs - 0040-script-setup ]
45
45
- Vue.js 2.6.0+
46
- - ` "dynamic-directive-arguments" ` ... [ dynamic directive arguments] ( https://v3. vuejs.org/guide/template-syntax.html#dynamic-arguments ) .
47
- - ` "v-slot" ` ... [ v-slot] ( https://v3. vuejs.org/api/directives.html#v-slot ) directive.
46
+ - ` "dynamic-directive-arguments" ` ... [ dynamic directive arguments] ( https://vuejs.org/guide/essentials /template-syntax.html#dynamic-arguments ) .
47
+ - ` "v-slot" ` ... [ v-slot] ( https://vuejs.org/api/built-in- directives.html#v-slot ) directive.
48
48
- Vue.js 2.5.0+
49
49
- ` "slot-scope-attribute" ` ... [ slot-scope] ( https://v2.vuejs.org/v2/api/#slot-scope-deprecated ) attributes.
50
50
@@ -100,11 +100,11 @@ The `"ignores"` option accepts an array of the following strings.
100
100
101
101
## :books : Further Reading
102
102
103
- - [ API - v-memo] ( https://v3. vuejs.org/api/directives.html#v-memo )
103
+ - [ API - v-memo] ( https://vuejs.org/api/built-in- directives.html#v-memo )
104
104
- [ API - v-is] ( https://v3.vuejs.org/api/directives.html#v-is )
105
105
- [ API - v-is (Old)] ( https://github.com/vuejs/docs-next/blob/008613756c3d781128d96b64a2d27f7598f8f548/src/api/directives.md#v-is )
106
- - [ Guide - Dynamic Arguments] ( https://v3. vuejs.org/guide/template-syntax.html#dynamic-arguments )
107
- - [ API - v-slot] ( https://v3. vuejs.org/api/directives.html#v-slot )
106
+ - [ Guide - Dynamic Arguments] ( https://vuejs.org/guide/essentials /template-syntax.html#dynamic-arguments )
107
+ - [ API - v-slot] ( https://vuejs.org/api/built-in- directives.html#v-slot )
108
108
- [ API (for v2) - slot-scope] ( https://v2.vuejs.org/v2/api/#slot-scope-deprecated )
109
109
- [ Vue RFCs - 0001-new-slot-syntax]
110
110
- [ Vue RFCs - 0002-slot-syntax-shorthand]
0 commit comments