mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-03-13 13:35:23 +01:00
Spinner: add comment
This commit is contained in:
parent
dcddfa742e
commit
542be61281
1 changed files with 1 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue