Open 643104191 opened 4 months ago
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
yarn
yarn mor-dev:wx
./dist/wechat
components/testTabBar
service
Expected behavior
Screenshots
微信开发者工具代码片段: https://developers.weixin.qq.com/s/FNmfNSmL77Si
微信开发者工具代码片段仅用于代码分享,实际bug和微信开发者工具无关
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
yarn
安装依赖yarn mor-dev:wx
构建微信小程序./dist/wechat
中输出内容 错误结果:./dist/wechat
中无components/testTabBar
组件./dist/wechat
中无service
目录Expected behavior
./dist/wechat
中有components/testTabBar
组件./dist/wechat
中有service
目录Screenshots