From b0bf7b5dc3ce8ef21d6c691087a6c8e9cbc15fa9 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Fri, 5 Aug 2022 17:34:27 +0800 Subject: [PATCH] fix: tailwind class name Signed-off-by: Ryan Wang --- src/modules/system/plugins/components/PluginListItem.vue | 4 ++-- src/modules/system/users/UserList.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/modules/system/plugins/components/PluginListItem.vue b/src/modules/system/plugins/components/PluginListItem.vue index 2916c18a1..4af42d46d 100644 --- a/src/modules/system/plugins/components/PluginListItem.vue +++ b/src/modules/system/plugins/components/PluginListItem.vue @@ -119,8 +119,8 @@ const { isStarted, changeStatus, uninstall } = usePluginLifeCycle(plugin);