Closed skadiD closed 3 years ago
Browsers: Chrome 91.0.4472.114 OS: Windows 10
vue create my-app cd my-app vue add vuetify vue add vue-next npm run serve
Just work toolbar same as vuetify2
Can't show correct component and point out [Vue warn]: Failed to resolve component: v-toolbar-title
[Vue warn]: Failed to resolve component: v-toolbar-title
https://next.vuetifyjs.com/en/components/toolbars/
Doesn't vuetify3 have such component as v-toolbar?
If it isn't listed in the sidebar then it doesn't exist yet.
Environment
Browsers: Chrome 91.0.4472.114 OS: Windows 10
Steps to reproduce
vue create my-app cd my-app vue add vuetify vue add vue-next npm run serve
Expected Behavior
Just work toolbar same as vuetify2
Actual Behavior
Can't show correct component and point out
[Vue warn]: Failed to resolve component: v-toolbar-title
Reproduction Link
https://next.vuetifyjs.com/en/components/toolbars/
Other comments
Doesn't vuetify3 have such component as v-toolbar?