why v-slot not working in vue 3 code example
Example: why v-slot not working in vue 3
<template v-slot:header>
<span>that is working</span>
</template>
<template v-slot:header>
<span>that is working</span>
</template>