抽象节点在taro里如何写?
-
<selectable-group generic:selectable="custom-radio" />在自定义组件里使用抽象节点,按照文档写法,taro编译出的代码直接忽略了generic:selectable="custom-radio" ,微信开发者文档:https://developers.weixin.qq.com/miniprogram/dev/framework/custom-component/generics.html
taro版本v2.2.11