1
0
Fork 0
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:
Maxime Moraine 2020-04-16 10:58:50 +02:00
parent b89977f4ce
commit b51057a99a
6 changed files with 347 additions and 14 deletions

View file

@ -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
}