@dargmuesli/nuxt-vio 8.0.0 → 8.1.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,12 +1,14 @@
|
|
1
1
|
<template>
|
2
|
-
<div class="container mx-auto
|
3
|
-
<
|
4
|
-
<
|
5
|
-
|
6
|
-
|
7
|
-
<
|
8
|
-
|
9
|
-
|
2
|
+
<div class="container mx-auto md:px-8">
|
3
|
+
<div class="min-h-screen p-4">
|
4
|
+
<header v-if="$slots.header">
|
5
|
+
<slot name="header" />
|
6
|
+
</header>
|
7
|
+
<main>
|
8
|
+
<slot />
|
9
|
+
</main>
|
10
|
+
</div>
|
11
|
+
<footer v-if="$slots.footer" class="p-4">
|
10
12
|
<slot name="footer" />
|
11
13
|
</footer>
|
12
14
|
<CookieControl :locale="locale" />
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dargmuesli/nuxt-vio",
|
3
|
-
"version": "8.
|
3
|
+
"version": "8.1.0",
|
4
4
|
"repository": {
|
5
5
|
"type": "git",
|
6
6
|
"url": "git+https://github.com/dargmuesli/vio.git"
|
@@ -113,7 +113,7 @@
|
|
113
113
|
"stylelint-config-recommended-vue": "1.5.0",
|
114
114
|
"stylelint-config-standard": "34.0.0",
|
115
115
|
"stylelint-no-unsupported-browser-features": "7.0.0",
|
116
|
-
"sweetalert2": "11.7.
|
116
|
+
"sweetalert2": "11.7.28",
|
117
117
|
"tailwindcss": "3.3.3",
|
118
118
|
"vue": "3.3.4",
|
119
119
|
"vue-gtag": "2.0.1",
|