Environment
Vuetify Version: 4.0.6
Vue Version: 3.5.33
OS: Windows 10 (current)
Steps to reproduce
- click first validate button. you should see result near 50 ms
- CLick 'Validate with Data Table' you see that time is now about 155 ms
- in DevTool performance you see that al lot of recursive updateComponent calss occurs
Expected Behavior
validation of form should be as fast as with no wrapped data table
Actual Behavior
validation of form withon data table is 3 times slower than without data-table
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
with vuetify 3.12.5 both versions have similar perfomance.
Environment
Vuetify Version: 4.0.6
Vue Version: 3.5.33
OS: Windows 10 (current)
Steps to reproduce
Expected Behavior
validation of form should be as fast as with no wrapped data table
Actual Behavior
validation of form withon data table is 3 times slower than without data-table
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
with vuetify 3.12.5 both versions have similar perfomance.