@dargmuesli/nuxt-vio 1.11.3 → 1.11.4
Sign up to get free protection for your applications and to get access to all the features.
- package/components/VioApp.vue +7 -4
- package/package.json +2 -2
package/components/VioApp.vue
CHANGED
@@ -1,10 +1,13 @@
|
|
1
1
|
<template>
|
2
2
|
<div :data-is-loading="isLoading" data-testid="is-loading">
|
3
3
|
<NuxtLayout>
|
4
|
-
|
5
|
-
<
|
6
|
-
|
7
|
-
|
4
|
+
<!-- `NuxtLayout` can't have mulitple child nodes (https://github.com/nuxt/nuxt/issues/21759) -->
|
5
|
+
<div>
|
6
|
+
<SeoKit :site-description="siteDescription" :language="locale" />
|
7
|
+
<OgImageStatic :alt="ogImageAlt" component="OgImage" />
|
8
|
+
<NuxtPage />
|
9
|
+
<CookieControl :locale="locale" />
|
10
|
+
</div>
|
8
11
|
</NuxtLayout>
|
9
12
|
</div>
|
10
13
|
</template>
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dargmuesli/nuxt-vio",
|
3
|
-
"version": "1.11.
|
3
|
+
"version": "1.11.4",
|
4
4
|
"type": "module",
|
5
5
|
"publishConfig": {
|
6
6
|
"access": "public"
|
@@ -52,7 +52,7 @@
|
|
52
52
|
"@commitlint/config-conventional": "17.6.6",
|
53
53
|
"@intlify/eslint-plugin-vue-i18n": "3.0.0-beta.1",
|
54
54
|
"@nuxtjs/eslint-config-typescript": "12.0.0",
|
55
|
-
"eslint": "8.
|
55
|
+
"eslint": "8.44.0",
|
56
56
|
"eslint-config-prettier": "8.8.0",
|
57
57
|
"eslint-plugin-nuxt": "4.0.0",
|
58
58
|
"eslint-plugin-prettier": "4.2.1",
|