From 680f4a07aedd9d59657720df0f123baa618382c7 Mon Sep 17 00:00:00 2001
From: syuilo <4439005+syuilo@users.noreply.github.com>
Date: Fri, 23 Aug 2024 11:05:52 +0900
Subject: [PATCH] Update EmImgWithBlurhash.vue
---
.../src/components/EmImgWithBlurhash.vue | 29 ++-----------------
1 file changed, 2 insertions(+), 27 deletions(-)
diff --git a/packages/embed/src/components/EmImgWithBlurhash.vue b/packages/embed/src/components/EmImgWithBlurhash.vue
index d1821ee673..3ea7622f7f 100644
--- a/packages/embed/src/components/EmImgWithBlurhash.vue
+++ b/packages/embed/src/components/EmImgWithBlurhash.vue
@@ -5,18 +5,8 @@ SPDX-License-Identifier: AGPL-3.0-only
-
-
-
-
+
+
@@ -62,15 +52,6 @@ import { v4 as uuid } from 'uuid';
import { render } from 'buraha';
const props = withDefaults(defineProps<{
- transition?: {
- duration?: number | { enter: number; leave: number; };
- enterActiveClass?: string;
- leaveActiveClass?: string;
- enterFromClass?: string;
- leaveToClass?: string;
- enterToClass?: string;
- leaveFromClass?: string;
- } | null;
src?: string | null;
hash?: string | null;
alt?: string | null;
@@ -81,7 +62,6 @@ const props = withDefaults(defineProps<{
forceBlurhash?: boolean;
onlyAvgColor?: boolean; // 軽量化のためにBlurhashを使わずに平均色だけを描画
}>(), {
- transition: null,
src: null,
alt: '',
title: null,
@@ -230,11 +210,6 @@ onUnmounted(() => {