实在要在子组件做那就只能用非标方式,直接从`vnode`上拿值写入, `return () => h('div', { class: 'comp',[getCurrentInstance().parent.type.__scopeId]: '' }, props.r())` 从命名上也知道这是个私有属性,最好是不要用
阅读量:1
点赞量:0