why v-slots only work in jsx #10618
Unanswered
HowGraceU
asked this question in
Help/Questions
Replies: 1 comment
-
<script lang="ts" setup>
import Comp from './Comp.vue';
</script>
<template>
<Comp v-slot="{ foo }">
{{ foo }}
</Comp>
</template> <template>
<div>
<slot foo="Foo" />
</div>
</template> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions