We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b779f88 commit 16c8778Copy full SHA for 16c8778
docs/rules/prefer-use-template-ref.md
@@ -3,14 +3,13 @@ pageClass: rule-details
3
sidebarDepth: 0
4
title: vue/prefer-use-template-ref
5
description: require using `useTemplateRef` instead of `ref` for template refs
6
+since: v9.31.0
7
---
8
9
# vue/prefer-use-template-ref
10
11
> require using `useTemplateRef` instead of `ref` for template refs
12
-- :exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> _**This rule has not been released yet.**_ </badge>
13
-
14
## :book: Rule Details
15
16
Vue 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
65
64
66
Nothing.
67
+## :rocket: Version
68
+
69
+This rule was introduced in eslint-plugin-vue v9.31.0
70
71
## :mag: Implementation
72
73
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/prefer-use-template-ref.js)
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-plugin-vue",
- "version": "9.30.0",
+ "version": "9.31.0",
"description": "Official ESLint plugin for Vue.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments