Skip to content

Commit 42eedc1

Browse files
author
ahmadhuss
committed
refactor: Updated Front.vue component
1 parent b5eff82 commit 42eedc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/components/Front.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<template>
55
<div class="container" :class="{'loading': loading}">
66

7-
<!-- Spinner will only appear if the private property `loading` is true. -->
7+
<!-- Spinner will only appear if the private property inside the function object `loading` is true. -->
88
<div class="loading-wrapper" v-if="loading">
99
<div class="spinner-border text-secondary" role="status">
1010
<span class="sr-only">Loading...</span>

0 commit comments

Comments
 (0)