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

Nested scope template #11553

Closed
efureev opened this issue Aug 7, 2024 · 1 comment
Closed

Nested scope template #11553

efureev opened this issue Aug 7, 2024 · 1 comment

Comments

@efureev
Copy link

efureev commented Aug 7, 2024

Vue version

3.4.35

Link to minimal reproduction

https://play.vuejs.org/#eNp9UktTwjAQ/itrPKAzSg96wsL4GA56UEc55lLKFgNp0knSygzT/+4moRV8cMrm+75975bdVdWwqZGNWGpzIyoHFl1dTbgSZaWNgy0YLKCFwugSBiQd9NSDLqsdPkz8x0ca3HDFVa6VdYAqm0uEsQ9xVmTS4jlXaRITUQr6OCwrmTmkH0A6r53TCm5zKfL1mLMYYHwSX84mMz0nI02iMDr5zMEiuwsHzaUo+gDkGPl9xWmWO0Fl9hTADum1yUF1v4A0NE3mAc4umLPUfyGWw5XVika79WrOclILiealimnYCALjuUxK/fkUMGdqvOjw/APz9R/4ym48xtmrQYumoR57zmVmiS7S0/dn3JDdk6Ve1H4iR8g3tFrWvsYou6/Vgsre04VqH8MVCLWc2enGobJdU75Qr2yDnjO6Cj+o/1r/LvdqeB38uGppit1F/bxNiJdz5IwWouk2ZqV2oLIS6Ri69TJIdvuLwsP1tV+4xwTb

Steps to reproduce

<template v-if="!enable" >
    <template #actions> // it's slot
        <CustomComponent /> // here any component
    </template>
</template>

What is expected?

working wo errors

What is actually happening?

Снимок экрана 2024-08-07 в 11 55 24 PM

System Info

No response

Any additional comments?

No response

@edison1105
Copy link
Member

duplicate of #11521

@edison1105 edison1105 closed this as not planned Won't fix, can't repro, duplicate, stale Aug 8, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Aug 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants