slots in vue js: Course: Scoped Slots in Vue.js - Vue School. Vue Virtual Scroller Component. Vue Slots.
Course: Scoped Slots in Vue.js - Vue School
While the slots API has changed slightly in Vue 3 many of the concepts taught in this course are the same.
Vue Virtual Scroller Component
In eslint-plugin-vue@^7.1.0, you can use allowModifiers option in vue/valid-v-slot rule.
Vue Slots
The $slots object can be used to check if slots are provided by the parent component, like in the example above, or to write render functions. ... Vue Tutorial: Vue Slots.