@dargmuesli/nuxt-vio 9.0.0-beta.6 → 9.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,10 +1,10 @@
1
1
  <template>
2
- <div>
2
+ <div class="overflow-auto">
3
3
  <h1>{{ title }}</h1>
4
4
  <div>
5
5
  {{ description }}
6
6
  </div>
7
- <pre
7
+ <div
8
8
  v-if="stack && !runtimeConfig.public.vio.isInProduction"
9
9
  v-html="stack"
10
10
  />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dargmuesli/nuxt-vio",
3
- "version": "9.0.0-beta.6",
3
+ "version": "9.0.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/dargmuesli/vio.git"
@@ -41,7 +41,7 @@
41
41
  "@nuxt/image": "1.0.0",
42
42
  "@nuxtjs/color-mode": "3.3.0",
43
43
  "@nuxtjs/html-validator": "1.5.2",
44
- "@nuxtjs/i18n": "npm:@nuxtjs/i18n-edge@8.0.0-rc.5-28319130.4a511e8",
44
+ "@nuxtjs/i18n": "npm:@nuxtjs/i18n-edge@8.0.0-rc.5-28321928.898d3c8",
45
45
  "@nuxtjs/tailwindcss": "6.9.4",
46
46
  "@nuxtseo/module": "2.0.0-beta.39",
47
47
  "@pinia/nuxt": "0.5.1",