0👍
Looks like your route in an endless loop.
Use (!store.state.user.google_token && !store.state.user.apple_token)
instead of (!store.state.user.google_token || !store.state.user.apple_token)
.
- [Vuejs]-Trying to use Virtual Scroller in Vue 3 But the items are buffering
- [Vuejs]-Vue2 – Vue.compile(template): Problem with lifecycle hooks if template string gets updated
Source:stackexchange.com