Component is not found in path "wx://not-found".(env: macOS,mp,1.06.2409140; lib: 3.7.1)
Error Message:
Component is not found in path "wx://not-found".
Environment Details:
- Operating System: macOS
- Platform: mp (Mini Program)
- Tool Version: 1.06.2409140
- Library Version: 3.7.1
是因为我的首页index.js文件中什么都没有,是空的,所以就会报上述错误。
1、index.js
只要在里面加上Page({})这个代码,就可以解决上述报错。
2、index.js
Page({
})