Hello F7 community,
We have an issues when we trying to route in onMounted (Vue3). It doesn’t work unless we add a delay like 300ms via setTimeout(() => null, 300)
. We even tried wrapping it in f7Ready((f7) => <code here>)
and using f7.utils.nextTick()
what are we doing wrong?
How to replicate:
- Sandbox: infallible-cookies-qhdy99 - CodeSandbox
- Click on
Calculate
link in navbar