1.钉钉小程序$slots 异常:
在 mounted 中打印 this 会发现 钉钉小程序$slots:undefined
2.钉钉小程序 inject 报错:Injection "xxxxx" not found;
父组件使用:
provide() {
return {
xxx: this
}
}
子组件:
inject: ['xxx'],
产品分类: uniapp/小程序/阿里
PC开发环境操作系统: Mac
PC开发环境操作系统版本号: 10.15.4
HBuilderX类型: 正式
HBuilderX版本号: 2.6.16
第三方开发者工具版本号: 1.5.7
基础库版本号: 1.7.95
项目创建方式: HBuilderX
1.钉钉小程序$slots 异常:
在 mounted 中打印 this 会发现 钉钉小程序$slots:undefined
2.钉钉小程序 inject 报错:Injection "xxxxx" not found;
父组件使用:
provide() {
return {
xxx: this
}
}
子组件:
inject: ['xxx'],
预期 $slots 有值。
inject有值。
$slots:undefined
Injection "xxxxx" not found;
uni-app 同时编译 微信小程序和 钉钉小程序 结果不同。
Kindi丶 (作者)
附件中有测试demo,该demo是在 阿里小程序开发工具中创建的 uni-app 项目, provide / inject 正常可以使用
所以推测是 hbx问题。
$slots 依然undefined。