What are Vue slot functions for? (Vuetify components)
The slot properties in Vue share data from children components (slots) to their parent, that’s pretty clear to me. However, sometimes a slot exposes a function within its slot properties. In example, …