Closed
Description
Version
2.6.2
Reproduction link
https://jsfiddle.net/cn09xg4k/
Steps to reproduce
There is a card
component with userName
and lastName
. Each 200ms these variables are updated.
Between user
and card
components there is a wrapper, just to use a slot.
What is expected?
Variables in user
component should be refreshed
What is actually happening?
These two variables are displayed only once and never updated
- If I remove the wrapper it works: https://jsfiddle.net/wh1L5c2g/
- If I use the previous syntax (slot/slot-scope) it works: https://jsfiddle.net/9f27h1ad/3/