We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcc0815 commit d2f01eaCopy full SHA for d2f01ea
layouts/default.vue
@@ -24,7 +24,7 @@ import { SnackbarAlert } from '~/components'
24
},
25
})
26
export default class Default extends Vue {
27
- mounted(): void {
+ beforeCreate(): void {
28
if (process.client) {
29
this.$nextTick(() => {
30
this.$nuxt.$loading.start()
0 commit comments