Skip to content

Tab props accept vue component #785

Open
@ThewBear

Description

@ThewBear

Currently tab accepts only string. Since render function also accepts VueComponent, it would be great if tab also accepts component object. So I can avoid vuetify global component registration and import the vuetify component in data like this.

<script>
import { VList } from "vuetify/lib";
export default {
  data: () => ({ VList })
}
</script>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions