mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-05 06:16:05 +02:00
refactor: favorites tab (#1177)
* refactor: favorites tab * rm useless characters
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="x-container">
|
||||
<div class="x-container" v-if="menuActiveIndex === 'moderation'">
|
||||
<data-tables
|
||||
:data="tableData.data"
|
||||
:pageSize="tableData.pageSize"
|
||||
@@ -101,6 +101,7 @@
|
||||
name: 'ModerationTab',
|
||||
inject: ['API', 'showUserDialog'],
|
||||
props: {
|
||||
menuActiveIndex: String,
|
||||
tableData: Object,
|
||||
shiftHeld: Boolean,
|
||||
hideTooltips: Boolean
|
||||
|
||||
Reference in New Issue
Block a user