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 476c18a commit b598f30Copy full SHA for b598f30
docs/rules/prefer-use-template-ref.md
@@ -42,7 +42,7 @@ This rule enforces using the new `useTemplateRef` function instead of `ref` for
42
</eslint-code-block>
43
44
This rule skips `ref` template function refs as these should be used to allow custom implementation of storing `ref`. If you prefer
45
-`useTemplateRef`, you have to change the value of the template `ref` to a string.
+`useTemplateRef`, you have to change the value of the template `ref` to a string.
46
47
<eslint-code-block :rules="{'vue/prefer-use-template-ref': ['error']}">
48
0 commit comments