We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[问题描述:站在其它人的角度尽可能清晰地、简洁地把问题描述清楚]
在app.wpy文件中增加
usingComponents: { 'van-icon': 'module:vant-weapp/dist/icon' },
生成的app.json 没有该配置
生成的app.json 有该配置
The text was updated successfully, but these errors were encountered:
确实有这个问题,只能在每页单独配置,十分麻烦
Sorry, something went wrong.
64ac431
module 类型的 components 在 app 中声明无效。其它类型的 components 可以正常工作 。 在 next 版中已 fix.
npm i @wepy/[email protected] --save-dev
module 类型的 components 在 app 中声明无效。其它类型的 components 可以正常工作 。 在 next 版中已 fix. npm i @wepy/[email protected] --save-dev
2.1.0版本又没法用module了,还能咋整?
No branches or pull requests
Description
[问题描述:站在其它人的角度尽可能清晰地、简洁地把问题描述清楚]
在app.wpy文件中增加
生成的app.json 没有该配置
Environment
Reproduce
在app.wpy文件中增加
Observed Results
生成的app.json 没有该配置
Expected Results
生成的app.json 有该配置
Relevant Code / Logs
The text was updated successfully, but these errors were encountered: