lint
This commit is contained in:
parent
d94cac6376
commit
781e926681
10 changed files with 34 additions and 18 deletions
|
|
@ -204,7 +204,6 @@ const UserProfile = {
|
|||
List,
|
||||
FollowCard,
|
||||
TabSwitcher,
|
||||
Conversation,
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -10,15 +10,18 @@
|
|||
hide-bio
|
||||
hide-buttons
|
||||
/>
|
||||
<Checkbox class="godmode" v-model="godmode">
|
||||
<Checkbox
|
||||
v-model="godmode"
|
||||
class="godmode"
|
||||
>
|
||||
{{ $t('admin_dash.users.godmode') }}
|
||||
</Checkbox>
|
||||
</div>
|
||||
<List
|
||||
ref="list"
|
||||
:fetch-function="fetchStatuses"
|
||||
@select="onSelect"
|
||||
scrollable
|
||||
@select="onSelect"
|
||||
>
|
||||
<template #item="{item}">
|
||||
<Status :statusoid="item" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue