Why does router.reload() not refresh Vue composables? #2448
Unanswered
francoism90
asked this question in
Help (Vue)
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.
-
I'm trying to refresh a value given in a composable:
When using {{ url }} in a component, it refreshes perfectly fine. But the composable the value still uses the old value.
Is this expected? The only workaround is to do a full page visit.
Beta Was this translation helpful? Give feedback.
All reactions