AreWebs / Jet-Vuetify

Frontend UI package made with Vuetify for Laravel Jetstream with Inertia scaffolding.
MIT License
2 stars 0 forks source link

Vuetify does not have a component called <v-toolbar-item> only <v-toolbar-items> #1

Open kiryph opened 3 years ago

kiryph commented 3 years ago

I get following error: Screenshot 2021-03-03 at 08 28 04

https://github.com/AreWebs/Jet-Vuetify/blob/d8599af8892cdea6ba3a4d08544db09b0f4127fb/stubs/resources/js/Layouts/AppLayout.vue#L24-L26

According to

Vuetify does not have a component <v-toolbar-item> only <v-toolbar-items>. But I am not sure if it is only a typo (missing s) or something like <v-btn> was meant to be used.

kiryph commented 3 years ago

Maybe <v-toolbar-title> makes sense.