You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/guide/essentials/template-refs.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,7 @@ While Vue's declarative rendering model abstracts away most of the direct DOM op
12
12
13
13
<divclass="composition-api">
14
14
15
-
To obtain the reference with Composition API, we can use the [`useTemplateRef()`](/api/composition-api-helpers#usetemplateref) <sup class="vt-badge" data-text=
16
-
"3.5+" /> helper:
15
+
To obtain the reference with Composition API, we can use the [`useTemplateRef()`](/api/composition-api-helpers#usetemplateref) <supclass="vt-badge"data-text="3.5+" /> helper:
0 commit comments