File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ b.list[1].count === 1 // true
186
186
187
187
<details >
188
188
<summary >
189
- ✅ 字符串 ref && 从 <code >setup()</code > 返回 ref
189
+ ✅ 在 ` 模板 ` 中使用字符串 ref && 从 <code >setup()</code > 返回 ref
190
190
</summary >
191
191
192
192
``` html
@@ -216,7 +216,7 @@ b.list[1].count === 1 // true
216
216
217
217
<details >
218
218
<summary >
219
- ✅ 字符串 ref && 从 <code >setup()</code > 返回 ref && 渲染函数 / JSX
219
+ ✅ 在< code >render()</ code >中使用字符串 ref && 从 <code >setup()</code > 返回 ref
220
220
</summary >
221
221
222
222
``` jsx
@@ -244,7 +244,7 @@ export default {
244
244
245
245
<details >
246
246
<summary >
247
- ❌ 函数 ref
247
+ ❌ 函数式 ref
248
248
</summary >
249
249
250
250
``` html
@@ -269,7 +269,7 @@ export default {
269
269
270
270
<details >
271
271
<summary >
272
- ❌ 在 <code >setup()</code > 中的渲染函数 / JSX
272
+ ❌ 在 <code >setup()</code > 中返回的 ` 渲染函数 / JSX`
273
273
</summary >
274
274
275
275
``` jsx
You can’t perform that action at this time.
0 commit comments