diff --git a/app.vue b/app.vue index 54d166be..3bc560a2 100644 --- a/app.vue +++ b/app.vue @@ -12,9 +12,11 @@ router.beforeEach(() => { NProgress.start(); }); router.afterEach(() => { - setTimeout(() => { - NProgress.done(); - }, 100); + nextTick(() => { + setTimeout(() => { + NProgress.done(); + }, 100); + }); }); const getDescription = (): string => { @@ -36,7 +38,7 @@ const getLdJson = (additionalGraphes: Thing[] = []): string => { "url": `${baseUrl}/`, "sameAs": [ "https://join.misskey.page/", - "https://ja.wikipedia.org/wiki/Misskey", + "https://ja.wikipedia.org/wiki/Misskey", ], "logo": { "@type": "ImageObject", @@ -106,15 +108,16 @@ useHead((): Record => ({ })); diff --git a/assets/css/nprogress.css b/assets/css/nprogress.css index 895fbed8..2ed3106c 100644 --- a/assets/css/nprogress.css +++ b/assets/css/nprogress.css @@ -7,7 +7,7 @@ background: #4ab300; position: fixed; - z-index: 1031; + z-index: 9910; top: 0; left: 0; diff --git a/components/g/NuxtLink.vue b/components/g/NuxtLink.vue index 009a3b76..4a7daf81 100644 --- a/components/g/NuxtLink.vue +++ b/components/g/NuxtLink.vue @@ -10,7 +10,7 @@ + + \ No newline at end of file diff --git a/components/servers/Finder.vue b/components/servers/Finder.vue index 01bc94a1..cd325f28 100644 --- a/components/servers/Finder.vue +++ b/components/servers/Finder.vue @@ -82,6 +82,7 @@
+

{{ $t('loading') }}

diff --git a/components/servers/Item.vue b/components/servers/Item.vue index e769cd06..f228c63e 100644 --- a/components/servers/Item.vue +++ b/components/servers/Item.vue @@ -36,7 +36,7 @@