Skip to content
New issue

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

[Documentation] Include VFab import as well #19683

Open
renanbrando opened this issue Apr 24, 2024 · 0 comments
Open

[Documentation] Include VFab import as well #19683

renanbrando opened this issue Apr 24, 2024 · 0 comments

Comments

@renanbrando
Copy link

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant