0👍
You can try something like this:
<loading :active.sync="isLoading" :can-cancel="true">
<div class="loading-icon"></div>
Some text below the icon
</loading>
Source:stackexchange.com
0👍
You can try something like this:
<loading :active.sync="isLoading" :can-cancel="true">
<div class="loading-icon"></div>
Some text below the icon
</loading>