File tree Expand file tree Collapse file tree 5 files changed +3
-37
lines changed
Expand file tree Collapse file tree 5 files changed +3
-37
lines changed Original file line number Diff line number Diff line change 11<script setup lang="ts">
2- import { headerLinks } from ' ./header-links' ;
3-
42const { seo } = useAppConfig ();
53
64const { data : navigation } = await useAsyncData (' navigation' , () => fetchContentNavigation ());
@@ -45,7 +43,7 @@ useSeoMeta({
4543 <NuxtPwaManifest />
4644 <NuxtLoadingIndicator />
4745
48- <HeaderComponent :links = " unref(computed(() => headerLinks())) " />
46+ <HeaderComponent />
4947
5048 <UMain >
5149 <NuxtLayout >
Original file line number Diff line number Diff line change 11<script setup lang="ts">
22import type { NuxtError } from ' #app' ;
3- import { headerLinks } from ' ./header-links' ;
43
54useSeoMeta ({
65 title: ' Page not found' ,
@@ -54,7 +53,7 @@ const cards = [
5453
5554<template >
5655 <div >
57- <HeaderComponent :links = " unref(computed(() => headerLinks())) " />
56+ <HeaderComponent />
5857
5958 <UMain >
6059 <UContainer >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2222 "vue-tsc" : " 2.1.6"
2323 },
2424 "dependencies" : {
25- "@matterlabs/docs-nuxt-template" : " 2.11.1 " ,
25+ "@matterlabs/docs-nuxt-template" : " 2.11.2 " ,
2626 "@tsparticles/slim" : " 3.5.0" ,
2727 "@tsparticles/vue3" : " 3.0.1" ,
2828 "@vite-pwa/nuxt" : " 0.10.5" ,
You can’t perform that action at this time.
0 commit comments