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
Now just nothing is shown. Only if the dom is refreshed (e.g. by some display toggle) the component is shown afterwards. But not on the first load.
Another workaround is not to use lazy imports and directly import the component.
What is expected?
v-slots should work with lazy loaded components like it did with the old slot syntax.
What is actually happening?
It is not shown (until the dom is reloaded)
Unfortunately I could not reproduce this async issue with codepen.
It took me quite a while to figure out it is the lazy import which causes my page is not working correctly anymore after updating to 2.6.2.
The text was updated successfully, but these errors were encountered:
Version
2.6.2
Reproduction link
https://codepen.io/anon/pen/ZwXRKJ
Steps to reproduce
Since 2.6.x when using the new v-slot syntax the following will not work:
When the component is imported "lazy" like this:
This worked with the old slot syntax.
Now just nothing is shown. Only if the dom is refreshed (e.g. by some display toggle) the component is shown afterwards. But not on the first load.
Another workaround is not to use lazy imports and directly import the component.
What is expected?
v-slots should work with lazy loaded components like it did with the old slot syntax.
What is actually happening?
It is not shown (until the dom is reloaded)
Unfortunately I could not reproduce this async issue with codepen.
It took me quite a while to figure out it is the lazy import which causes my page is not working correctly anymore after updating to 2.6.2.
The text was updated successfully, but these errors were encountered: