@dargmuesli/nuxt-vio 1.16.0 → 2.0.0-beta.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,23 +1,29 @@
1
1
  export const useAppLayout = () => {
2
2
  const appConfig = useAppConfig()
3
- const head = useLocaleHead({ addSeoAttributes: true })
4
3
 
5
- useHead(head.value)
6
4
  useHead({
5
+ ...useLocaleHead({ addSeoAttributes: true }).value,
7
6
  bodyAttrs: {
8
7
  class:
9
8
  'bg-background-bright dark:bg-background-dark font-sans text-text-dark dark:text-text-bright',
10
9
  },
11
- meta: [
12
- {
13
- content: appConfig.themeColor,
14
- name: 'msapplication-TileColor',
15
- },
16
- {
17
- content: appConfig.themeColor,
18
- name: 'theme-color',
19
- },
20
- ],
10
+ ...(appConfig.themeColor
11
+ ? {
12
+ meta: [
13
+ {
14
+ content: appConfig.themeColor,
15
+ name: 'msapplication-TileColor',
16
+ },
17
+ {
18
+ content: appConfig.themeColor,
19
+ name: 'theme-color',
20
+ },
21
+ ],
22
+ }
23
+ : {}),
21
24
  })
22
- useSeoMeta(appConfig.seoMeta)
25
+
26
+ if (appConfig.seoMeta) {
27
+ useSeoMeta(appConfig.seoMeta)
28
+ }
23
29
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dargmuesli/nuxt-vio",
3
- "version": "1.16.0",
3
+ "version": "2.0.0-beta.2",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -74,7 +74,7 @@
74
74
  },
75
75
  "pnpm": {
76
76
  "overrides": {
77
- "nuxt-og-image": "2.0.11"
77
+ "eslint-plugin-vue": "9.15.1"
78
78
  }
79
79
  }
80
80
  }
@@ -1,88 +1,3 @@
1
1
  <template>
2
- <div class="vio-prose-scheme">
3
- <h1>{{ title }}</h1>
4
- <h2>{{ t('tmg') }}</h2>
5
- <p>
6
- {{ t('addressName') }}<br />
7
- {{ t('addressStreet') }}<br />
8
- {{ t('addressCity') }}
9
- </p>
10
-
11
- <h2>{{ t('contact') }}</h2>
12
- <p>{{ t('email') }}</p>
13
-
14
- <h2>{{ t('responsibility') }}</h2>
15
- <p>
16
- {{ t('addressName') }}<br />
17
- {{ t('addressStreet') }}<br />
18
- {{ t('addressCity') }}
19
- </p>
20
-
21
- <h3>{{ t('liabilityContentTitle') }}</h3>
22
- <p>{{ t('liabilityContentDescription1') }}</p>
23
- <p>{{ t('liabilityContentDescription2') }}</p>
24
-
25
- <h3>{{ t('liabilityLinksTitle') }}</h3>
26
- <p>{{ t('liabilityLinksDescription1') }}</p>
27
- <p>{{ t('liabilityLinksDescription2') }}</p>
28
-
29
- <h3>{{ t('copyrightTitle') }}</h3>
30
- <p>{{ t('copyrightDescription1') }}</p>
31
- <p>{{ t('copyrightDescription2') }}</p>
32
-
33
- <p>
34
- <VioLink to="https://www.e-recht24.de">{{ t('source') }}</VioLink>
35
- </p>
36
- </div>
2
+ <VioLegalNotice />
37
3
  </template>
38
-
39
- <script setup lang="ts">
40
- const { t } = useI18n()
41
-
42
- // data
43
- const title = t('title')
44
-
45
- // initialization
46
- useSeoMeta({ title })
47
- </script>
48
-
49
- <i18n lang="yaml">
50
- de:
51
- addressCity: 34117 Kassel
52
- addressName: Jonas Thelemann
53
- addressStreet: Fünffensterstraße 18
54
- contact: Kontakt
55
- copyrightDescription1: Die durch die Seitenbetreiber erstellten Inhalte und Werke auf diesen Seiten unterliegen dem deutschen Urheberrecht. Die Vervielfältigung, Bearbeitung, Verbreitung und jede Art der Verwertung außerhalb der Grenzen des Urheberrechtes bedürfen der schriftlichen Zustimmung des jeweiligen Autors bzw. Erstellers. Downloads und Kopien dieser Seite sind nur für den privaten, nicht kommerziellen Gebrauch gestattet.
56
- copyrightDescription2: Soweit die Inhalte auf dieser Seite nicht vom Betreiber erstellt wurden, werden die Urheberrechte Dritter beachtet. Insbesondere werden Inhalte Dritter als solche gekennzeichnet. Sollten Sie trotzdem auf eine Urheberrechtsverletzung aufmerksam werden, bitten wir um einen entsprechenden Hinweis. Bei Bekanntwerden von Rechtsverletzungen werden wir derartige Inhalte umgehend entfernen.
57
- copyrightTitle: Urheberrecht
58
- email: "E-Mail: e-mail+legal-notice{'@'}jonas-thelemann.de"
59
- liabilityContentDescription1: Als Diensteanbieter sind wir gemäß § 7 Abs.1 TMG für eigene Inhalte auf diesen Seiten nach den allgemeinen Gesetzen verantwortlich. Nach §§ 8 bis 10 TMG sind wir als Diensteanbieter jedoch nicht verpflichtet, übermittelte oder gespeicherte fremde Informationen zu überwachen oder nach Umständen zu forschen, die auf eine rechtswidrige Tätigkeit hinweisen.
60
- liabilityContentDescription2: Verpflichtungen zur Entfernung oder Sperrung der Nutzung von Informationen nach den allgemeinen Gesetzen bleiben hiervon unberührt. Eine diesbezügliche Haftung ist jedoch erst ab dem Zeitpunkt der Kenntnis einer konkreten Rechtsverletzung möglich. Bei Bekanntwerden von entsprechenden Rechtsverletzungen werden wir diese Inhalte umgehend entfernen.
61
- liabilityContentTitle: Haftung für Inhalte
62
- liabilityLinksDescription1: Unser Angebot enthält Links zu externen Websites Dritter, auf deren Inhalte wir keinen Einfluss haben. Deshalb können wir für diese fremden Inhalte auch keine Gewähr übernehmen. Für die Inhalte der verlinkten Seiten ist stets der jeweilige Anbieter oder Betreiber der Seiten verantwortlich. Die verlinkten Seiten wurden zum Zeitpunkt der Verlinkung auf mögliche Rechtsverstöße überprüft. Rechtswidrige Inhalte waren zum Zeitpunkt der Verlinkung nicht erkennbar.
63
- liabilityLinksDescription2: Eine permanente inhaltliche Kontrolle der verlinkten Seiten ist jedoch ohne konkrete Anhaltspunkte einer Rechtsverletzung nicht zumutbar. Bei Bekanntwerden von Rechtsverletzungen werden wir derartige Links umgehend entfernen.
64
- liabilityLinksTitle: Haftung für Links
65
- responsibility: Verantwortlich für den Inhalt nach § 55 Abs. 2 RStV
66
- source: Quelle
67
- title: Impressum
68
- tmg: Angaben gemäß § 5 TMG
69
- en:
70
- addressCity: 34117 Kassel
71
- addressName: Jonas Thelemann
72
- addressStreet: Fünffensterstraße 18
73
- contact: Contact
74
- copyrightDescription1: The content and works created by the site operators on these pages are subject to German copyright law. The reproduction, editing, distribution and any kind of exploitation outside the limits of copyright require the written consent of the respective author or creator. Downloads and copies of this site are only permitted for private, non-commercial use.
75
- copyrightDescription2: Insofar as the content on this page was not created by the operator, the copyrights of third parties are respected. In particular, third-party content is identified as such. Should you nevertheless become aware of a copyright infringement, we request that you notify us accordingly. If we become aware of any infringements, we will remove such content immediately.
76
- copyrightTitle: Copyright
77
- email: "Email: e-mail+legal-notice{'@'}jonas-thelemann.de"
78
- liabilityContentDescription1: As a service provider, we are responsible for our own content on these pages in accordance with general legislation pursuant to Section 7 (1) of the German Telemedia Act (TMG). According to §§ 8 to 10 TMG, however, we are not obligated as a service provider to monitor transmitted or stored third-party information or to investigate circumstances that indicate illegal activity.
79
- liabilityContentDescription2: Obligations to remove or block the use of information according to general laws remain unaffected. However, liability in this regard is only possible from the time of knowledge of a concrete infringement. If we become aware of such infringements, we will remove this content immediately.
80
- liabilityContentTitle: Liability for content
81
- liabilityLinksDescription1: Our offer contains links to external websites of third parties, on whose contents we have no influence. Therefore, we cannot assume any liability for these external contents. The respective provider or operator of the pages is always responsible for the content of the linked pages. The linked pages were checked for possible legal violations at the time of linking. Illegal contents were not recognizable at the time of linking.
82
- liabilityLinksDescription2: However, a permanent control of the contents of the linked pages is not reasonable without concrete evidence of a violation of the law. If we become aware of any infringements, we will remove such links immediately.
83
- liabilityLinksTitle: Liability for links
84
- responsibility: Responsible for the content according to § 55 para. 2 RStV
85
- source: Source
86
- title: Legal notice
87
- tmg: Information according to § 5 TMG
88
- </i18n>