Refactor moderation tab using Vue SFC (#1084)

* Refactor moderation tab

* fix
This commit is contained in:
pa
2025-01-18 20:29:53 +09:00
committed by GitHub
parent 742b3fe702
commit ca9fde1ec7
4 changed files with 268 additions and 104 deletions
+6 -2
View File
@@ -71,8 +71,12 @@ html
+friendLogTab()
//- moderation
include ./mixins/tabs/moderation.pug
+moderationTab()
moderation-tab(
v-if="$refs.menu?.activeIndex === 'moderation'"
:Api='API'
:table-data='playerModerationTable'
:show-user-dialog='showUserDialog'
:shift-held='shiftHeld')
//- notification
include ./mixins/tabs/notifications.pug