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 dc47a6f commit 4e04930Copy full SHA for 4e04930
docs/rules/prefer-use-template-ref.md
@@ -15,7 +15,7 @@ description: require using `useTemplateRef` over `ref` for template refs
15
## :book: Rule Details
16
17
Vue 3.5 introduced a new way of obtaining template refs via
18
-the [useTemplateRef()](https://vuejs.org/guide/essentials/template-refs.html#accessing-the-refs) API.
+the [`useTemplateRef()`](https://vuejs.org/guide/essentials/template-refs.html#accessing-the-refs) API.
19
20
This rule enforces using the new `useTemplateRef` function over `ref` for template refs.
21
0 commit comments