Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ensure unique component keys in Vue app
Improve key generation logic in swapComponent to ensure unique keys when navigating between pages. This fixes the failing tests by: - Using timestamp + random number for non-preserved state - Maintaining explicit handling of KeepAliveId - Ensuring consistent behavior with preserveState
- Loading branch information