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
问题描述 导入vant-weapp后,使用在taro中使用usingComponents导入组件,组件本身被导入成功,组件内部引用的样式没有被导入到dist目录中,导致小程序开发者工具报错
File not found: ../common/index.wxss
[问题描述]
复现步骤
config: Config = { navigationBarTitleText: '首页', usingComponents: { "van-button": "../../vant-weapp/dist/button" } }
期望行为 common/index.wxss的内容应该被导入到dist/common中
报错信息
Error: in File: ./components-libs/vant-weapp/dist/button/index.wxss
File not found: ../common/index.wxss 编译 .wxss 文件错误,错误信息如上,可在控制台查看更详细信息
系统信息
The text was updated successfully, but these errors were encountered:
86cc770
No branches or pull requests
问题描述
导入vant-weapp后,使用在taro中使用usingComponents导入组件,组件本身被导入成功,组件内部引用的样式没有被导入到dist目录中,导致小程序开发者工具报错
[问题描述]
复现步骤
期望行为
common/index.wxss的内容应该被导入到dist/common中
报错信息
Error:
in File: ./components-libs/vant-weapp/dist/button/index.wxss
File not found: ../common/index.wxss
编译 .wxss 文件错误,错误信息如上,可在控制台查看更详细信息
系统信息
The text was updated successfully, but these errors were encountered: