Spinner: add comment

This commit is contained in:
Marco Realacci 2023-01-12 01:04:45 +01:00
parent dcddfa742e
commit 542be61281

View file

@ -5,6 +5,7 @@ export default {
</script>
<template>
<!-- This component renders a loading spinner if the loading prop is true -->
<div v-if="loading">
<div style="text-align: center">
<div class="spinner-grow" role="status">