Skip to content

[Bug Report][3.6.8] v-fab location wrong typescript definition #19944

Closed
@Stevie-Ray

Description

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'.

Metadata

Assignees

Labels

C: VFabT: bugFunctionality that does not work as intended/expected

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions