mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-05-05 20:32:35 +02: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>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
<!-- This component renders a loading spinner if the loading prop is true -->
|
||||||
<div v-if="loading">
|
<div v-if="loading">
|
||||||
<div style="text-align: center">
|
<div style="text-align: center">
|
||||||
<div class="spinner-grow" role="status">
|
<div class="spinner-grow" role="status">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue