keep alive instance management #425
ubugeeei
started this conversation in
RFC Discussions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, thank you for awesome JavaScript framework, I use it all the time !
I have some requests for the keep-alive feature in VueJs. They are meant to help develop more flexibility.
👇 Imagination (naming and other details are tentative)
set some attrs for manage keep-alive lifetime.
In the above example, if 300000 milliseconds (5 minutes) have passed since the instance was created,
it will be deleted by the activated or deactivated hooks.
Beta Was this translation helpful? Give feedback.
All reactions