From 65cb7d967431752847e4ce2cb378debabd7b292a Mon Sep 17 00:00:00 2001 From: jxxghp Date: Mon, 27 Nov 2023 07:06:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20PluginAppCard.vue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/cards/PluginAppCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/cards/PluginAppCard.vue b/src/components/cards/PluginAppCard.vue index cc589714..5cb7974e 100644 --- a/src/components/cards/PluginAppCard.vue +++ b/src/components/cards/PluginAppCard.vue @@ -52,7 +52,7 @@ async function installPlugin() { emit('install') } else { - $toast.error(`插件 ${props.plugin?.plugin_name} 安装失败:${result.message}}`) + $toast.error(`插件 ${props.plugin?.plugin_name} 安装失败:${result.message}`) } } catch (error) {