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
4.2.6
"ant-design-vue": "^3.2.5", "vue": "^3.2.36"
点击按钮
2秒后loading消失
2秒后loading未消失
The text was updated successfully, but these errors were encountered:
感觉是由于出现loading时内部使用将子组件卸载了,就无法再复原了
Sorry, something went wrong.
loading时子组件被卸载了
子组件被卸载了,所以emit直接return了。
export function emit( instance: ComponentInternalInstance, event: string, ...rawArgs: any[] ): ComponentPublicInstance | null | undefined { if (instance.isUnmounted) return
No branches or pull requests
Version
4.2.6
Environment
"ant-design-vue": "^3.2.5", "vue": "^3.2.36"
Reproduction link
Steps to reproduce
点击按钮
What is expected?
2秒后loading消失
What is actually happening?
2秒后loading未消失
The text was updated successfully, but these errors were encountered: