Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(jsx-directive/v-slot): support dynamic argument #648

Merged
merged 3 commits into from
Mar 22, 2024

Conversation

zhiyuanzmj
Copy link
Member

Description

<Comp>
  <template v-for={(Slot, slotName) in slots} v-slot:$slotName$={scope}>
    <Slot {...scope} />
  </template>
</Comp>

Linked Issues

Additional context

Copy link

stackblitz bot commented Mar 22, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

changeset-bot bot commented Mar 22, 2024

🦋 Changeset detected

Latest commit: 3081d53

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 5 packages
Name Type
@vue-macros/jsx-directive Patch
@vue-macros/volar Patch
unplugin-vue-macros Patch
@vue-macros/nuxt Patch
@vue-macros/astro Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@dosubot dosubot bot added the size:XL This PR changes 500-999 lines, ignoring generated files. label Mar 22, 2024
Copy link

vercel bot commented Mar 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
vue-macros ✅ Ready (Inspect) Visit Preview Mar 22, 2024 7:27pm

@zhiyuanzmj zhiyuanzmj merged commit a7d4d68 into main Mar 22, 2024
8 checks passed
@zhiyuanzmj zhiyuanzmj deleted the feat/v-slot-dynamic-argument branch March 22, 2024 19:30
@github-actions github-actions bot mentioned this pull request Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:XL This PR changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant