Sink/app/components/dashboard/analysis
ccbikai 70d6632fd0 refactor: remove redundant watcher cleanup in Vue comps
Removes unnecessary manual watcher cleanup via stopWatchQueryChange across multiple Vue components.

Vue 3's watch() automatically handles cleanup when components are unmounted, making explicit stopWatchQueryChange calls and onBeforeUnmount handlers redundant.

This change:
- Improves code maintainability
- Reduces boilerplate code
- Follows Vue 3 best practices for reactive system cleanup
2025-05-18 19:13:04 +08:00
..
metrics refactor: remove redundant watcher cleanup in Vue comps 2025-05-18 19:13:04 +08:00
Counters.vue refactor: remove redundant watcher cleanup in Vue comps 2025-05-18 19:13:04 +08:00
Index.vue chore: Adjust the directory structure in preparation for real-time. 2025-05-11 14:17:57 +08:00
Views.vue refactor: remove redundant watcher cleanup in Vue comps 2025-05-18 19:13:04 +08:00