mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-30 05:04:21 +00:00
correction du bug mobile + test service worker
This commit is contained in:
parent
b89977f4ce
commit
b51057a99a
6 changed files with 347 additions and 14 deletions
|
|
@ -14,9 +14,6 @@
|
|||
</v-col>
|
||||
</v-row>
|
||||
</v-container>
|
||||
<v-overlay :value="loading">
|
||||
<v-progress-circular indeterminate size="64"></v-progress-circular>
|
||||
</v-overlay>
|
||||
</v-content>
|
||||
</v-app>
|
||||
</template>
|
||||
|
|
@ -45,9 +42,9 @@ export default {
|
|||
},
|
||||
|
||||
computed: {
|
||||
loading () {
|
||||
return this.$store.state.loading
|
||||
},
|
||||
// loading () {
|
||||
// return this.$store.state.loading
|
||||
// },
|
||||
hasRightDrawer() {
|
||||
return this.$store.state.hasRightDrawer
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue