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
bug
复现过程
export function unmount() {console.log('unmount ')}
期望
The text was updated successfully, but these errors were encountered:
如果样式是异步加载进来的,框架无法识别该样式在应用切换的时候是否移除,可以通过额外的 API 进行标记 shouldAssetsRemove
Sorry, something went wrong.
@ClarkXia
这个需要在主应用中配置,因为跨部门合作问题,我们无法修改主应用代码,有什么别的方法吗
No branches or pull requests
bug
复现过程
export function unmount() {console.log('unmount ')}
期望
The text was updated successfully, but these errors were encountered: