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 have a <Wrapper /> component, which is used in every layout component. If I use <teleport/> in <Wrapper/>, something weird will happen. When I navigate to /about, everything is gone and the whole Vue App is destroyed.
As far as I know, there is currently no good solution for teleport SSR yet. The SSR outlet of teleport is simply <!--teleport-start--><!--teleport-end-->, which does not provide any information about the ordering.
Bug report
Description
I have a
<Wrapper />
component, which is used in every layout component. If I use<teleport/>
in<Wrapper/>
, something weird will happen. When I navigate to/about
, everything is gone and the whole Vue App is destroyed.Steps to reproduce
Reproduction link / repo: https://github.com/yyyang1996/for-vuepress-issue-1
/about
.Screenshots
Expected behavior
Environment info
The text was updated successfully, but these errors were encountered: