mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-30 13:14:20 +00:00
WIP bestiaire
This commit is contained in:
parent
bde611ae9b
commit
510db9f858
58 changed files with 29311 additions and 365 deletions
|
|
@ -14,6 +14,9 @@
|
|||
</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>
|
||||
|
|
@ -40,6 +43,9 @@ export default {
|
|||
},
|
||||
|
||||
computed: {
|
||||
loading () {
|
||||
return this.$store.state.loading
|
||||
},
|
||||
hasRightDrawer() {
|
||||
return this.$store.state.hasRightDrawer
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue