更新 PluginAppCard.vue

This commit is contained in:
jxxghp
2023-11-27 07:06:43 +08:00
committed by GitHub
parent 24f1a10ff7
commit 65cb7d9674
+1 -1
View File
@@ -52,7 +52,7 @@ async function installPlugin() {
emit('install') emit('install')
} }
else { else {
$toast.error(`插件 ${props.plugin?.plugin_name} 安装失败:${result.message}}`) $toast.error(`插件 ${props.plugin?.plugin_name} 安装失败:${result.message}`)
} }
} }
catch (error) { catch (error) {