reactjs确保父子关系

时间:2015-07-11 02:51:10

标签: reactjs

假设我创建了两个元素 - 父母和孩子

有没有办法确保父元素包含子元素?我想确保DOM总是看起来像 -

<Parent>
  <Child />
</Parent>

永远不会

<SomeOtherElement>
    <Child />
</SomeOtherElement>

0 个答案:

没有答案