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
【提示】的下面第一行文字,div会拥有类名isActive(这里应该是Active)
The text was updated successfully, but these errors were encountered:
active
Sorry, something went wrong.
感谢反馈,已修改,再次印刷时将更正。
computed: { classes : function () { return { active : this. isActive && !this.error, 'text-fail' : this.error && this.error.type === ’ fail ’ } } }
这里的active 应该有单引号吧
No branches or pull requests
【提示】的下面第一行文字,div会拥有类名isActive(这里应该是Active)
The text was updated successfully, but these errors were encountered: