From 42a52f13b989ad5a7589a77d62250f9f4e59b46f Mon Sep 17 00:00:00 2001 From: tamaina Date: Mon, 25 Aug 2025 15:27:38 +0900 Subject: [PATCH] fix lint --- packages/frontend/src/pages/qr.show.vue | 7 ++++--- packages/frontend/src/pages/qr.vue | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/packages/frontend/src/pages/qr.show.vue b/packages/frontend/src/pages/qr.show.vue index 03931dcffb..6effd1bd27 100644 --- a/packages/frontend/src/pages/qr.show.vue +++ b/packages/frontend/src/pages/qr.show.vue @@ -14,12 +14,12 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
@@ -46,7 +46,8 @@ SPDX-License-Identifier: AGPL-3.0-only import { extractAvgColorFromBlurhash } from '@@/js/extract-avg-color-from-blurhash.js'; import tinycolor from 'tinycolor2'; import QRCodeStyling from 'qr-code-styling'; -import { computed, ref, watch, onMounted, type Directive, useCssModule, onUnmounted, type ComponentPublicInstance, nextTick } from 'vue'; +import type { Directive } from 'vue'; +import { computed, ref, watch, onMounted, useCssModule, onUnmounted, type ComponentPublicInstance, nextTick } from 'vue'; import { host } from '@@/js/config.js'; import { instance } from '@/instance.js'; import { ensureSignin } from '@/i.js'; diff --git a/packages/frontend/src/pages/qr.vue b/packages/frontend/src/pages/qr.vue index 558f25a761..9812466c85 100644 --- a/packages/frontend/src/pages/qr.vue +++ b/packages/frontend/src/pages/qr.vue @@ -4,7 +4,7 @@ SPDX-License-Identifier: AGPL-3.0-only -->