Skip to content

Commit d9ef470

Browse files
author
Ilya
authored
Update Loading.vue
1 parent 299c4f5 commit d9ef470

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Loading.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
>
66
<div v-if="showing" :class="{'white-overlay': overlay}">
77
<div class="loader-wrapper">
8-
<div class="pulled-left" style="padding: 10px 20px">{{label}}</div>
8+
<div class="pulled-left" style="padding: 10px 20px" v-html="label"></div>
99
<div class="wrapper">
1010
<div class="spinner-container">
1111
<div class="spinner-layer spinner-layer--blue">
@@ -412,4 +412,4 @@
412412
width: 1000%;
413413
}
414414
415-
</style>
415+
</style>

0 commit comments

Comments
 (0)