Skip to content

[Documentation] Include VFab import as well #19683

Description

@renanbrando

Environment

Browsers: Opera 107.0.0.0
OS: Mac OS 10.15.7

Steps to reproduce

If you just add VSpeedDial you might be missing VFab (Failed to resolve component: v-fab)

Expected Behavior

import { VSpeedDial } from 'vuetify/labs/VSpeedDial'
import { VFab } from 'vuetify/labs/VFab'


import { createVuetify } from 'vuetify'


export default createVuetify({
  components: {
    VSpeedDial,
    VFab
  },
})

Actual Behavior

import { VSpeedDial } from 'vuetify/labs/VSpeedDial'

export default createVuetify({
  components: {
    VSpeedDial,
  },
})

Reproduction Link

https://vuetifyjs.com/en/components/speed-dials/

Metadata

Metadata

Assignees

No one assigned

    Labels

    S: staleThis issue is untriaged and hasn't seen any activity in at least six months.S: triage

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions