Skip to content
This repository was archived by the owner on Aug 8, 2022. It is now read-only.

Commit 0bfbb58

Browse files
committed
update
2 parents f1ffd94 + 8135f7c commit 0bfbb58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/composition-api-template-refs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> 本节代码示例使用[单文件组件](single-file-component.html)的语法
44
5-
> 本指南假定你已经阅读了 [Composition API 简介](composition-api-introduction.html)[响应式基础](reactivity-fundamentals.html)。如果你不熟悉组合 API,请先阅读以上篇文章
5+
> 本指南假定你已经阅读了 [Composition API 简介](composition-api-introduction.html)[响应式基础](reactivity-fundamentals.html)。如果你不熟悉组合 API,请先阅读此文章
66
77
在使用组合 API 时,[响应式引用](reactivity-fundamentals.html#creating-standalone-reactive-values-as-refs)[模板引用](component-template-refs.html)的概念是统一的。为了获得对模板内元素或组件实例的引用,我们可以像往常一样声明 ref 并从 [setup ()](composition-api-setup.html) 返回:
88

0 commit comments

Comments
 (0)