Open
Description
Problem:
In the Vue official documentation (Animation Techniques - Animating with Watchers), when typing a very large number like 9999999999999999, the number animation becomes inaccurate because of JavaScript floating-point limits.
Steps to Reproduce:
- Open the Animation Techniques - Animating with Watchers page.
- Enter a very large number (e.g., 9999999999999999).
- See the displayed number is wrong.
Expected:
The animation should either prevent too large numbers or mention this limitation.
Suggestion:
- Limit input range (below Number.MAX_SAFE_INTEGER)
- Add a note explaining floating-point limits.
Metadata
Metadata
Assignees
Labels
No labels