How v-slot property work with vue3&&tsx? #373
Unanswered
gideonsenku
asked this question in
Help
Replies: 1 comment 1 reply
-
Hey! Thank you for your bug report! Can you create a minimal reproduction repo and share it? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my project, i use vue3 and tsx, but there has a problem when i use MenuItem,just look like this:
I have try
vSlot={{ active: <a href="/bar">foo</a> }}
, it not works!Beta Was this translation helpful? Give feedback.
All reactions