refactor
This commit is contained in:
parent
cac784af8a
commit
d09e1f4925
44 changed files with 174 additions and 174 deletions
|
|
@ -17,17 +17,17 @@
|
|||
<template #label>Events</template>
|
||||
|
||||
<div class="_gaps_s">
|
||||
<FormSwitch v-model="event_follow">Follow</FormSwitch>
|
||||
<FormSwitch v-model="event_followed">Followed</FormSwitch>
|
||||
<FormSwitch v-model="event_note">Note</FormSwitch>
|
||||
<FormSwitch v-model="event_reply">Reply</FormSwitch>
|
||||
<FormSwitch v-model="event_renote">Renote</FormSwitch>
|
||||
<FormSwitch v-model="event_reaction">Reaction</FormSwitch>
|
||||
<FormSwitch v-model="event_mention">Mention</FormSwitch>
|
||||
<MkSwitch v-model="event_follow">Follow</MkSwitch>
|
||||
<MkSwitch v-model="event_followed">Followed</MkSwitch>
|
||||
<MkSwitch v-model="event_note">Note</MkSwitch>
|
||||
<MkSwitch v-model="event_reply">Reply</MkSwitch>
|
||||
<MkSwitch v-model="event_renote">Renote</MkSwitch>
|
||||
<MkSwitch v-model="event_reaction">Reaction</MkSwitch>
|
||||
<MkSwitch v-model="event_mention">Mention</MkSwitch>
|
||||
</div>
|
||||
</FormSection>
|
||||
|
||||
<FormSwitch v-model="active">Active</FormSwitch>
|
||||
<MkSwitch v-model="active">Active</MkSwitch>
|
||||
|
||||
<div class="_buttons">
|
||||
<MkButton primary inline @click="save"><i class="ti ti-check"></i> {{ i18n.ts.save }}</MkButton>
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
import { } from 'vue';
|
||||
import FormInput from '@/components/form/input.vue';
|
||||
import FormSection from '@/components/form/section.vue';
|
||||
import FormSwitch from '@/components/form/switch.vue';
|
||||
import MkSwitch from '@/components/MkSwitch.vue';
|
||||
import MkButton from '@/components/MkButton.vue';
|
||||
import * as os from '@/os';
|
||||
import { i18n } from '@/i18n';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue