mirror of
https://github.com/romancm/gamebrary
synced 2025-03-08 00:27:21 +00:00
10 lines
297 B
Vue
10 lines
297 B
Vue
<template lang="html">
|
|
<b-overlay show no-center no-wrap>
|
|
<template v-slot:overlay>
|
|
<div class="text-center p-4">
|
|
<b-icon-arrow-clockwise font-scale="3" animation="spin" />
|
|
<p id="cancel-label">Please wait...</p>
|
|
</div>
|
|
</template>
|
|
</b-overlay>
|
|
</template>
|