Vue3 NoOptions slot not working
Author: abab5601Created Oct 3, 2023Updated Feb 3, 2026
Issue Description
Followed the documentation but for some reason the noOptions slot isn't working. The text is not getting displayed
<template v-slot:noOptions="">New Text</template>I edited the source code to print _ctx.$slots and it shows 'nooptions.' I can't make the slot name uppercase."
Source: shentao/vue-multiselect