News & Changes
Event signature simplified
v-on Directive with Custom ID like @input:form-base-simple="handler"
is deprecated, no longer necessary and just use @input="handler"
instead. If you continue to use it, a warning is issued to the console.
Breaking - Changed Signature of Slots
The signature of slots was changed and new options were added. You can now also inject slots into the vuetify controls you use. Which slots are available here can be found on the vuetify homepage.
See Slots
Last updated