non navigation blocking middleware
I have something like this:
Is it possible to somehow have it lazy? so that it doesn't block navigation?
1 Reply
Currently my page load only after the middleware resoles which slow down things by a second or more
I don't need to know the billing before page load
Ideally I would like to run it onMounted for example