Closed AniaKru95 closed 3 years ago
<loading :active="isLoading"
:color="'#3d4950'"
:enforce-focus="false"
:loader="'dots'"/>
Your example was incomplete, please provide a working example with your use-case on codesandbox
Can you to set enforce-focus
to false ?
Setting "enforce-focus" to "false" - worked.
I really appreciate your help :)
I'm submitting a ... (check one with "x")
Tell about your platform
Current behavior I use vue-loading-overlay as a component. And I use below code inside my two different components.
When I use below code only in one my component - everything works fine.
Expected behavior When I go to another page during the loading I don't want to get error "too much recursion".