Files
Cui yunlong 58a506b889 fix(directives): fix memory leak in v-mousewheel directive (#20781)
* fix(directives): fix memory leak in v-mousewheel directive

- Add proper cleanup in unmounted hook
- Handle directive value updates
- Add TypeScript interface for WheelElement
- Add comprehensive tests
- Improve code organization

fixes #[20022]

* chore: lint

---------

Co-authored-by: cuiyunlong <cuiyunlong1_wb@qiyi.com>
Co-authored-by: qiang <qw13131wang@gmail.com>
2025-10-28 12:50:07 +01:00
..