Hi:
Appears 2.0 will not have "keep-alive" option for dynamic component usage
but will be part of router function.
What if I do not use router but need this function, which is useful for carouseling
different widgets.
Thanks.
I hope this will be implemented. Please :) All my projects rely on keep-alive 👻
+1
keep-alive
is really useful, I hope it supports the same component constructor.
Thanks!
I wrote a ListView component that removes invisible items in a list when scrollling, and I depends on keep-alive
to avoid re-initializing the items' components when they come into view. So I hope we can keep keep-alive
in 2.0.
demo: http://catchlabs.github.io/vue-list-view/
keep-alive
is now implemented for 2.0 ;)
Most helpful comment
keep-alive
is now implemented for 2.0 ;)