We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vuetify Version: 3.6.8 Vue Version: 3.4.27 Browsers: Chrome 125.0.0.0 OS: Mac OS 10.15.7
Hover over location in the code:
location?: "left" | "right" | "end" | "top" | "bottom" | "start"
String values should be able to be combined
Only single values seem to be allowed
https://play.vuetifyjs.com/#...
Type '"bottom end"' is not assignable to type '"left" | "right" | "end" | "start" | "top" | "bottom" | undefined'.
The text was updated successfully, but these errors were encountered:
fix(VFab): change type for location prop (#19949)
07a6fb8
fixes #19944
SonTT19
Successfully merging a pull request may close this issue.
Environment
Vuetify Version: 3.6.8
Vue Version: 3.4.27
Browsers: Chrome 125.0.0.0
OS: Mac OS 10.15.7
Steps to reproduce
Hover over location in the code:
location?: "left" | "right" | "end" | "top" | "bottom" | "start"
Expected Behavior
String values should be able to be combined
Actual Behavior
Only single values seem to be allowed
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
Type '"bottom end"' is not assignable to type '"left" | "right" | "end" | "start" | "top" | "bottom" | undefined'.
The text was updated successfully, but these errors were encountered: