aboutsummaryrefslogtreecommitdiffstats
path: root/app.vue
diff options
context:
space:
mode:
Diffstat (limited to 'app.vue')
-rw-r--r--app.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/app.vue b/app.vue
index e05aae2..236bbb8 100644
--- a/app.vue
+++ b/app.vue
@@ -3,9 +3,9 @@
</script>
<template>
+ <NuxtPwaManifest />
+
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
-
- <NuxtPwaManifest />
</template>