From 395794674c6f1d32b078f5e0180487b7e2ad2500 Mon Sep 17 00:00:00 2001 From: zjy4fun Date: Wed, 3 May 2023 23:56:33 +0800 Subject: [PATCH] fix: solve logo render error of plugin list (#3888) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 解决删除某个插件项导致其他插件项渲染失败的问题 #### What type of PR is this? /kind bug #### What this PR does / why we need it: 解决插件列表渲染问题 #### Which issue(s) this PR fixes: Fixes https://github.com/halo-dev/halo/issues/3866 #### Special notes for your reviewer: https://user-images.githubusercontent.com/106857035/235871211-ee469964-d7b3-41d3-ac9b-6997872ac507.mp4 #### Does this PR introduce a user-facing change? ```release-note NONE ``` --- console/src/modules/system/plugins/PluginList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console/src/modules/system/plugins/PluginList.vue b/console/src/modules/system/plugins/PluginList.vue index 891449204..080a6a392 100644 --- a/console/src/modules/system/plugins/PluginList.vue +++ b/console/src/modules/system/plugins/PluginList.vue @@ -323,7 +323,7 @@ const { data, isLoading, isFetching, refetch } = useQuery({ class="box-border h-full w-full divide-y divide-gray-100" role="list" > -
  • +