Is there a way to automatically activate the Bootstrap-vue overlay when any child element makes a request, such as using axios? I am looking for a solution that will trigger the overlay without manual intervention.
<b-overlay>
<child>
<other-child />
</child>
</b-overlay>