Description
Environment
Vuetify Version: 3.9.0
Vue Version: 3.5.17
Browsers: Edge 138.0.0.0
OS: Windows 11
Steps to reproduce
The types of :model-value
and @update:model-value
are different.
Expected Behavior
The types should be consistent.
Actual Behavior
The prop is of type any
, while the event emits a string
type.