File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,12 @@ pageClass: rule-details
33sidebarDepth : 0
44title : vue/valid-v-memo
55description : enforce valid `v-memo` directives
6+ since : v7.16.0
67---
78# vue/valid-v-memo
89
910> enforce valid ` v-memo ` directives
1011
11- - :exclamation : <badge text =" This rule has not been released yet. " vertical =" middle " type =" error " > *** This rule has not been released yet.*** </badge >
12-
1312This rule checks whether every ` v-memo ` directive is valid.
1413
1514## :book : Rule Details
@@ -60,6 +59,10 @@ Nothing.
6059
6160- [ API - v-memo] ( https://v3.vuejs.org/api/directives.html#v-memo )
6261
62+ ## :rocket : Version
63+
64+ This rule was introduced in eslint-plugin-vue v7.16.0
65+
6366## :mag : Implementation
6467
6568- [ Rule source] ( https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/valid-v-memo.js )
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-vue" ,
3- "version" : " 7.15.2 " ,
3+ "version" : " 7.16.0 " ,
44 "description" : " Official ESLint plugin for Vue.js" ,
55 "main" : " lib/index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments