Improve settings-modal async loading, update vue to 2.6.11 to be able
to use Vue.observable, to implmement resettable async component
This commit is contained in:
parent
a6ca923a76
commit
7951192cd9
7 changed files with 110 additions and 9 deletions
13
src/components/big_spinner/big_spinner.vue
Normal file
13
src/components/big_spinner/big_spinner.vue
Normal file
|
@ -0,0 +1,13 @@
|
|||
<template>
|
||||
<div class="big-spinner">
|
||||
<i class="icon-spin4 animate-spin" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style lang="scss">
|
||||
.big-spinner {
|
||||
font-size: 15em;
|
||||
line-height: 0;
|
||||
opacity: .6;
|
||||
}
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue