You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But you can already see that in the playground the component cannot be found. If the component isn't available yet, the version requirement might be wrong.
Thanks for the component tho! It's looking great.
The text was updated successfully, but these errors were encountered:
Environment
Vuetify Version: 3.7.5
Vue Version: 3.5.13
Browsers: Firefox 130.0
OS: Windows 10
Steps to reproduce
Install Vuetify 3.7.3, 3.7.4 or 3.7.5 with Vue 3.5
Try to import the component using
import { VFileUpload } from 'vuetify/labs/VFileUpload'
Expected Behavior
VFileUpload imported
Actual Behavior
Vue: Cannot find module vuetify/ labs/ VFileUpload or its corresponding type declarations
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
Trying to open the component using the playground link of the docs page of
https://vuetifyjs.com/en/components/file-upload/
But you can already see that in the playground the component cannot be found. If the component isn't available yet, the version requirement might be wrong.
Thanks for the component tho! It's looking great.
The text was updated successfully, but these errors were encountered: