idle-vue
idle-vue copied to clipboard
isAppIdle returns true the moment the app loads/Route refreshes
isAppIdle returns true when the page initially loads or the route is refreshed with router.go()
I assume it depends on:
"startAtIdle: Start in idle state. Default value: true"
Hello @Heemrad,
I'm not sure to understand your question. routing event and idle does have anything in common. The state of isAppIdle depends on the event you are listening to and the initiale state you wanted.