Sukimq
Sukimq
### 相关平台 微信小程序 ### 小程序基础库版本 3.8.3 ### 使用框架 Vue 3 ### 问题描述 3.6.19之后的版本。小程序插件页面组件的.json的usingComponents引入公共comp路径出错,原来提`{"isNewBlended":false,"usingComponents":{"comp":"../../comp"}}`,3.6.19版本后{"isNewBlended":false,"usingComponents":{"comp":"../../../comp"}}。排查发现3.6.19之后为了修改 * fix(webpack5/cli): 修复编译小程序插件时,静态资源路径错误的问题 (#15302) 去除了getIsBuildPluginPath方法导致了importBaseCompPath路径 出问题了 ### 复现链接 https://github.com/Sukimq/build-vue-weapp-plugin ### 复现步骤 直接运行 ### 环境信息 ```bash ro CLI...
### 相关平台 微信小程序 ### 小程序基础库版本 3.8.2 ### 使用框架 Vue 3 ### 问题描述 RangeError: Maximum call stack size exceeded at n (VM3023 WASubContext.js:formatted:13068) at n (VM3023 WASubContext.js:formatted:13083) at n (VM3023 WASubContext.js:formatted:13083)...
- [ ] I have searched the [issues](https://github.com/alibaba/formily/issues) of this repository and believe that this is not a duplicate. ### What problem does this feature solve? 这是使用@formily/element FormItem设置了 feedbackLayout='popover' ,由于element...