7 comments (7 comments)4 reactions (4 reactions)0 assignees (0 assignees)JavaScript959 stars (959 stars)90 forks (90 forks)batch import
help wanted
Description
This issue does not include a description.
- Issue type
- bug
- Research direction
- Review the v click outside directive source code (likely in src/index.js) to understand how it checks click targets. Reproduce the bug by creating a component with nested elements inside the directive. Check the issue comments for additional context and potential edge cases. Consider using event.target and event.currentTarget to differentiate between the element and its children.