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
The text was updated successfully, but these errors were encountered:
根本原因就是vIf导致元素被复用。 方案1. 最简单的方式是在使用指令的地方加一个key。缺点就是这个key,与业务无关。人为控制很容易被遗漏 方案2. 在unbind事件中,把元素复原。例如把ele.remove('background-image')
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: