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.config.ts中配置export,以致页面插件跳转后没有callback可以传入
{ "plugins": { "address-form": { "version": "[plugin-version]", "provider": "wx57d7ae552cbb3084", "export": "config.js" // 目前无法配置export } } }
复现:
plugins: { 'address-form': { version: '1.0.2', provider: 'wx57d7ae552cbb3084', }, },
2.在使用处跳转至插件页面
Taro.navigateTo({ url: 'plugin://address-form/index' });
TypeError: requireMiniProgram(...) is not a function
能有个入口配置plugin config,传入插件页面需要的callback和参数
The text was updated successfully, but these errors were encountered:
No branches or pull requests
这个特性解决了什么问题?
目前在使用微信小程序的地图插件 ,发现无法在app.config.ts中配置export,以致页面插件跳转后没有callback可以传入
复现:
2.在使用处跳转至插件页面
这个 API 长什么样?
能有个入口配置plugin config,传入插件页面需要的callback和参数
The text was updated successfully, but these errors were encountered: