File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<v-app >
3
- <v-overlay v-if =" loading" color =" #0071C2" opacity =" 1" z-index =" 9999" >
3
+ <v-overlay :value =" loading" color =" #0071C2" opacity =" 1" z-index =" 9999" >
4
4
<div class =" loader" >
5
5
Loading
6
6
</div >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<v-app >
3
- <v-overlay
4
- v-if =" loading"
5
- color =" $color-base-color-01"
6
- opacity =" 1"
7
- z-index =" 9999"
8
- >
3
+ <v-overlay :value =" loading" color =" #0071C2" opacity =" 1" z-index =" 9999" >
9
4
<div class =" loader" >
10
5
Loading
11
6
</div >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<v-app >
3
- <v-overlay v-if =" loading" color =" #0071C2" opacity =" 1" z-index =" 9999" >
3
+ <v-overlay :value =" loading" color =" #0071C2" opacity =" 1" z-index =" 9999" >
4
4
<div class =" loader" >
5
5
Loading
6
6
</div >
You can’t perform that action at this time.
0 commit comments