Skip to content

Commit 2222401

Browse files
authored
渲染一个“元组件”为动态组件。依 is 的值决定哪个组件被渲染。
渲染一个“元组件”为动态组件。依 `is` 的值决定哪个组件被渲染。 改顺,prop 不好硬翻
1 parent d14f499 commit 2222401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1641,7 +1641,7 @@ type: api
16411641

16421642
- **用法:**
16431643

1644-
动态渲染一个“元组件”。实际由 `is` 属性决定哪个渲染组件
1644+
渲染一个“元组件”为动态组件。依 `is` 的值决定哪个组件被渲染
16451645

16461646
```html
16471647
<!-- 动态组件由 vm 实例的属性值 `componentId` 控制 -->

0 commit comments

Comments
 (0)