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
wux: { config: { inject: true } } 如果是这样 将inject设置为true则没问题,但是 如果将jnject设置为如inject: ["icon", "toast", "dialog", "loading"],那么这些组件不会注入到usingComponents
wux: { config: { inject: true } }
inject: ["icon", "toast", "dialog", "loading"],
应该将inject:[] 做全局注入,数组中组件应注入到每个页面
The text was updated successfully, but these errors were encountered:
No branches or pull requests
wux: { config: { inject: true } }
如果是这样 将inject设置为true则没问题,但是 如果将jnject设置为如
inject: ["icon", "toast", "dialog", "loading"],
那么这些组件不会注入到usingComponents应该将inject:[] 做全局注入,数组中组件应注入到每个页面
The text was updated successfully, but these errors were encountered: