<template> <div class="d-flex justify-content-center align-items-center page"> <div class="spinner-grow text-secondary mt-6" style=" width: 10rem; height: 10rem; animation: 1.8s ease-in infinite spinner-grow; " role="status" ></div> <span class="fs-1 fw-bold text-secondary ms-3"> <slot></slot> </span> </div> </template> <script> export default { setup() {}, }; </script>