We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62db3ba commit 073bcbeCopy full SHA for 073bcbe
src/api/built-in-special-attributes.md
@@ -58,7 +58,7 @@ Denotes a [template ref](/guide/essentials/template-refs).
58
59
```vue
60
<script setup>
61
- import { ref } from 'vue'
+ import { useTemplateRef } from 'vue'
62
63
const pRef = useTemplateRef('p')
64
</script>
0 commit comments