Environment
Vuetify Version: 4.0.3
Vue Version: 3.5.30
OS: Ubuntu undefined (current)
Steps to reproduce
Open reproduction link. Look at the typescript error.
Change viewport size to see that it still works at runtime.
Expected Behavior
v-col can be ordered using the order prop which expects string | number | undefined.
order has breakpoint variants, e.g. order-sm, order-md that should work the same.
Actual Behavior
The breakpoint variants are typed "end" | "start" | "center" | "auto" | "baseline" | "stretch" | undefined which looks like alignment types.
You can provide numbers to order-sm and they will work as expected at runtime but the resulting type error in dev is a bit annyoing.
Reproduction Link
https://play.vuetifyjs.com/#...
Environment
Vuetify Version: 4.0.3
Vue Version: 3.5.30
OS: Ubuntu undefined (current)
Steps to reproduce
Open reproduction link. Look at the typescript error.
Change viewport size to see that it still works at runtime.
Expected Behavior
v-colcan be ordered using theorderprop which expectsstring | number | undefined.orderhas breakpoint variants, e.g.order-sm,order-mdthat should work the same.Actual Behavior
The breakpoint variants are typed
"end" | "start" | "center" | "auto" | "baseline" | "stretch" | undefinedwhich looks like alignment types.You can provide numbers to
order-smand they will work as expected at runtime but the resulting type error in dev is a bit annyoing.Reproduction Link
https://play.vuetifyjs.com/#...