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

Named Slots not working with vue 3 #512

Closed
julianodev opened this issue Mar 1, 2024 · 1 comment
Closed

Named Slots not working with vue 3 #512

julianodev opened this issue Mar 1, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@julianodev
Copy link

julianodev commented Mar 1, 2024

I'm trying to use named slots but it doesn't render anything.

<template #room-header="{ room, userStatus }">
{{ room.roomName }} - {{ userStatus }}

But if I use

It works perfectly

Any idea what it could be?

@julianodev julianodev added the bug Something isn't working label Mar 1, 2024
@vesper8
Copy link

vesper8 commented Mar 6, 2024

Same here. I get this rather unhelpful message [vite] Internal server error: Codegen node is missing for element/if/for node. Apply appropriate transforms first. when I try to use the new slot syntax

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants