pass props to slot vue: GitHub - LinusBorg/vue-reactive-provide: Plugin/Mixin wrapping Vue's static 'provide/inject' feature allowing to easily pass reactive data to children. VUE 3 CHEATSHEET FOR DEVELOPERS - LearnVue. Available rules - eslint-plugin-vue.
Plugin/Mixin wrapping Vue's static 'provide/inject' feature allowing to easily pass reactive data to children - LinusBorg/vue-reactive-provide
In Vue you can pass strings, arrays, numbers, and objects as props.
When upgrading to Vue 3, replace all .$scopedSlots occurrences with .$
slots (should pass the abovementioned ESLint checks before running this codemod) (implemented as scoped-slots-to-slots).