You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just noticed that the code could take effect sometimes by adjusting the window width or hiding rooms list. But after a refresh, the replacement disappeared. Here is the demo video.
demo.mp4
fumiama
changed the title
Named Slot not work on Vue3
Named Slot doesn't work correctly on Vue3
Apr 28, 2024
Describe the bug
I'm using Vue3 but the Named Slot didn't work properly.
Steps to reproduce
Just use the code in README,
Result I got
The web is running normally but nothing changed. The room header is not replaced.
If I replace the
<div slot="room-header">
to<template #room-header>
, it will throw an errorExpected behavior
The room header is replaced.
Device
The text was updated successfully, but these errors were encountered: