如何从原始html标记中获取父组件道具

时间:2016-06-15 05:17:08

标签: vue.js

我从NPM获得了一个组件。

<collapsible :accordion="true">
  <collapsible-item>
    <p slot="header" class="bt f14"><span style="position: relative;top: 7px">test1</span></p>
    <p>body 1</p>
  </collapsible-item>
  <collapsible-item>
    <p slot="header" class="bt f14"><span style="position: relative;top: 7px">test2</span></p>
    <p>body 2</p>
  </collapsible-item>
</collapsible>

<p slot="header" class="bt f14"><span style="position: relative;top: 7px">test2</span></p>'必须是原始html标记。我尝试在<collapsible-item >内定义一个组件的原因。我希望得到&#39; isOpened&#39; <collapsible-item>的道具。所以我改变了<p slot="header" class="bt f14"><span style="position: relative;top: 7px">test2</span></p>'

的风格

0 个答案:

没有答案