子的值-父-slot

2023-07-24  本文已影响0人  xueyueshuai
  // 代码所在页面就是 父组件
    <son-component value="aaaa">
      <template slot-scope="v">
        <slot-component :value="v.name"/>
      </template>
    </son-component>

//     
    <test12 value="aaaa">
      <template slot-scope="v">
        <my-txt :value="v.name"/>
      </template>
    </test12>
上一篇 下一篇

猜你喜欢

热点阅读