How can i get scoped slots props list
-
Hello,
Some times on doc in example i can see scoped slots like so:<template #option="{ itemProps, itemEvents, opt, selected, toggleOption }"></template>
How can i get list of props that can be pass from example q-input ? Or there is any list ?
-
@felek it’s listed in the
scopedslots
tab of the api docs of a component that you are viewing. for example https://quasar.dev/vue-components/select#QSelect-API -
Ind for <q-input there are none. Ok. Just referring from there. Any way components are great.