@ -18,7 +18,7 @@
/>
</v-navigation-drawer>
<v-content>
<v-main>
<v-overlay :value="loading">
<v-progress-circular indeterminate size="64" />
</v-overlay>
@ -57,7 +57,7 @@
</v-col>
</v-row>
</v-container>
</v-content>
</v-main>
<bottom-navigator
v-model="page"
<v-container
fluid
fill-height
@ -31,7 +31,7 @@
</v-flex>
</v-layout>
</v-app>
</template>
@ -1,7 +1,7 @@
<template>
<v-app>
<the-header />
@ -14,7 +14,7 @@
@ -23,7 +23,6 @@ export default {
},
validate({ params, query }) {
console.log(query)
return /^\d+$/.test(params.id) && /^\d+|$/.test(query.limit) && /^\d+|$/.test(query.offset)
}