From da265e01877cb37104bf057d4e5eb995618715ed 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 2916c18a..4af42d46 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);