girder / girder_web_components

Reusable Javascript and VueJS components for interacting with a Girder server.
https://gwc.girder.org
Apache License 2.0
16 stars 9 forks source link

Upgrade to use Vue's latest slot syntax #100

Closed matthewma7 closed 5 years ago

matthewma7 commented 5 years ago

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, --->