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
在组件的onMounted调用this.$Spin.show(),然后再关闭this.$Spin.hide(),控制台报错。
export default { mounted () { this.$Spin.show() setTimeout(() => { this.$Spin.hide() }, 3000) } }
The text was updated successfully, but these errors were encountered:
Fix: Spin组件 view-design#371
0b1af2d
Merge pull request #372 from DebugIsFalse/issue-371
5ff2105
Fix: Spin组件 #371
No branches or pull requests
在组件的onMounted调用this.$Spin.show(),然后再关闭this.$Spin.hide(),控制台报错。
The text was updated successfully, but these errors were encountered: