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表现为:进入页面,如果md-step是在二级页面,当展开二级页面时,md-step无法获取真正的step item 高度
/* 判断二级页面展开时,加入以下代码,手动执行【$_initStepSize】方法 */ ... watch: { visible(val) { if (val) { this.$nextTick(() => { this.$refs['stepRef'].$_initStepSize(); }); } }, }, ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: