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
如题,我封装了一个自定义的图片懒加载组件,其中 img 标签外层有一层 div ,这样便无法触发预览。可以采用什么方法解决?
The text was updated successfully, but these errors were encountered:
如果是自定义组件则需要保证 onClick 事件能正常触发,转发 ref 到 HTMLElement 上保证打开/关闭动画源的正确性
Sorry, something went wrong.
No branches or pull requests
如题,我封装了一个自定义的图片懒加载组件,其中 img 标签外层有一层 div ,这样便无法触发预览。可以采用什么方法解决?
The text was updated successfully, but these errors were encountered: