slot attributes are deprecated vue 3
Swiper Vue.js Components
In Vue 3, Proxies are used for reactive objects and getter / setters are used for refs.
Vue v-slot Directive - w3schools.com
I use vue 3 with vuetify 3. ... Thanks it works for vue 2, for vue 3 version we need to change the $scopedSlots as $slots. Migration Guide.
Vue.js 3 Component Slots Tutorial
In my vue 3 script setup component, I have this. ... Default (or unnamed) slots (<slot />) are actually a special case of named slots: under the hood, they are ...