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,14 +3,13 @@ pageClass: rule-details
33sidebarDepth : 0
44title : vue/prefer-use-template-ref
55description : require using `useTemplateRef` instead of `ref` for template refs
6+ since : v9.31.0
67---
78
89# vue/prefer-use-template-ref
910
1011> require using ` useTemplateRef ` instead of ` ref ` for template refs
1112
12- - :exclamation : <badge text =" This rule has not been released yet. " vertical =" middle " type =" error " > _ ** This rule has not been released yet.** _ </badge >
13-
1413## :book : Rule Details
1514
1615Vue 3.5 introduced a new way of obtaining template refs via
@@ -65,6 +64,10 @@ This rule skips `ref` template function refs as these should be used to allow cu
6564
6665Nothing.
6766
67+ ## :rocket : Version
68+
69+ This rule was introduced in eslint-plugin-vue v9.31.0
70+
6871## :mag : Implementation
6972
7073- [ Rule source] ( https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/prefer-use-template-ref.js )
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-vue" ,
3- "version" : " 9.30 .0" ,
3+ "version" : " 9.31 .0" ,
44 "description" : " Official ESLint plugin for Vue.js" ,
55 "main" : " lib/index.js" ,
66 "types" : " lib/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments