A useReload function make reload a vue component easier
#4989
xuyimingwork
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I write a
useReloadfunction to reload a vue component, make component go through lifecycle again.It is helpful when you in a detail component and just want reload the detail component after action like submit, just:
Or, after do some changes in parent component and just want reload the child component.
I will be so happy if you can try and give me some feedback, thanks for reading.
Beta Was this translation helpful? Give feedback.
All reactions