[Vue warn]: Failed to resolve component: v-toolbar-title issue vue3 and vuetify 3.0.0-alpha.0 version #14617
Unanswered
devendraghag
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am getting below issue while running the sample application with below configuration.
package.json
Main.js
import { createApp } from 'vue'
import App from './App.vue'
import vuetify from './plugins/vuetify'
import 'vuetify/dist/vuetify.css'
app.use(vuetify).use(VueTextareaAutosize)
Getting below warning and component is not visible. Can anyone help me on this?

Beta Was this translation helpful? Give feedback.
All reactions