Vue 2.6.x introduced a new slot syntax, which claimed to be more future proof. Although there were some hurdles at first, Vuetify
upgraded they code and document to use the latest slot syntax. the change seems settled now.
We probably should upgrade our usage as well.
During the upgrade, the usage of v-breadcrumb slot can be upgraded as well. Vuetify has been throwing errors
vuetify.js?ce5b:25165 [Vuetify] 'default slot' is deprecated, use ':items and scoped slot "item"' instead, found in, --->
Vue 2.6.x introduced a new slot syntax, which claimed to be more future proof. Although there were some hurdles at first, Vuetify upgraded they code and document to use the latest slot syntax. the change seems settled now. We probably should upgrade our usage as well.
During the upgrade, the usage of v-breadcrumb slot can be upgraded as well. Vuetify has been throwing errors vuetify.js?ce5b:25165 [Vuetify] 'default slot' is deprecated, use ':items and scoped slot "item"' instead, found in, --->