Skip to content

Commit 0e0a415

Browse files
authored
Update index.md (#1076)
删除多余词汇
1 parent d21655d commit 0e0a415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/glossary/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Vue 也支持创建自定义指令,尽管它们通常只用作操作 DOM 节
107107

108108
*动态组件*一词用于描述需要动态选择要渲染的子组件的情况。这通常是通过 `<component :is="type">` 来实现的。
109109

110-
动态组件不是一种特殊类型的组件。任何组件都可以用作动态组件。动态指的是的是组件的选择,而不是组件本身。
110+
动态组件不是一种特殊类型的组件。任何组件都可以用作动态组件。动态指的是组件的选择,而不是组件本身。
111111

112112
详见:
113113
- [指南 - 组件基础 - 动态组件](/guide/essentials/component-basics.html#dynamic-components)

0 commit comments

Comments
 (0)