From 62db3ba0e58f7c8c6ce6c8cca1db3f5e3aee1f59 Mon Sep 17 00:00:00 2001
From: Thy <44743274+Thy3634@users.noreply.github.com>
Date: Wed, 4 Sep 2024 10:45:05 +0800
Subject: [PATCH 1/2] docs: update ref attribute example
ref -> useTemplateRef
---
src/api/built-in-special-attributes.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/api/built-in-special-attributes.md b/src/api/built-in-special-attributes.md
index 3dfb752308..720f91655d 100644
--- a/src/api/built-in-special-attributes.md
+++ b/src/api/built-in-special-attributes.md
@@ -60,7 +60,7 @@ Denotes a [template ref](/guide/essentials/template-refs).
From 073bcbe83fc97ccbc4135e612df0e7b6dec16028 Mon Sep 17 00:00:00 2001
From: Thy <44743274+Thy3634@users.noreply.github.com>
Date: Thu, 5 Sep 2024 16:20:13 +0800
Subject: [PATCH 2/2] fix: add import of useTemplateRef.
https://github.com/vuejs/docs/pull/2991#discussion_r1742971516
---
src/api/built-in-special-attributes.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/api/built-in-special-attributes.md b/src/api/built-in-special-attributes.md
index 720f91655d..a5b966d4d0 100644
--- a/src/api/built-in-special-attributes.md
+++ b/src/api/built-in-special-attributes.md
@@ -58,7 +58,7 @@ Denotes a [template ref](/guide/essentials/template-refs).
```vue