@@ -30,11 +30,11 @@ This rule reports unsupported Vue.js syntax on the specified version.
3030- ` ignores ` ... You can use this ` ignores ` option to ignore the given features.
3131The ` "ignores" ` option accepts an array of the following strings.
3232 - 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.
3434 - ` "v-bind-prop-modifier-shorthand" ` ... ` v-bind ` with ` .prop ` modifier shorthand.
3535 - ` "v-bind-attr-modifier" ` ... ` .attr ` modifier on ` v-bind ` directive.
3636 - 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 )
3838 - Vue.js 3.0.0+
3939 - ` "v-model-argument" ` ... [ argument on ` v-model ` ] [ Vue RFCs - 0005-replace-v-bind-sync-with-v-model-argument ]
4040 - ` "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.
4343 - ` "style-css-vars-injection" ` ... [ SFC CSS variable injection] [ Vue RFCs - 0043-sfc-style-variables ]
4444 - ` "script-setup" ` ... [ ` <script setup> ` ] [ Vue RFCs - 0040-script-setup ]
4545 - 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.
4848 - Vue.js 2.5.0+
4949 - ` "slot-scope-attribute" ` ... [ slot-scope] ( https://v2.vuejs.org/v2/api/#slot-scope-deprecated ) attributes.
5050
@@ -100,11 +100,11 @@ The `"ignores"` option accepts an array of the following strings.
100100
101101## :books : Further Reading
102102
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 )
104104- [ API - v-is] ( https://v3.vuejs.org/api/directives.html#v-is )
105105- [ 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 )
108108- [ API (for v2) - slot-scope] ( https://v2.vuejs.org/v2/api/#slot-scope-deprecated )
109109- [ Vue RFCs - 0001-new-slot-syntax]
110110- [ Vue RFCs - 0002-slot-syntax-shorthand]
0 commit comments