refactor(frontend): reduce type errors
This commit is contained in:
@@ -27,15 +27,11 @@ import { computed } from 'vue';
|
||||
import FormSection from '@/components/form/section.vue';
|
||||
import * as os from '@/os.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
import { $i } from '@/account.js';
|
||||
import { signinRequired } from '@/account.js';
|
||||
import { definePageMetadata } from '@/scripts/page-metadata.js';
|
||||
import MkRolePreview from '@/components/MkRolePreview.vue';
|
||||
|
||||
function save() {
|
||||
os.apiWithDialog('i/update', {
|
||||
|
||||
});
|
||||
}
|
||||
const $i = signinRequired();
|
||||
|
||||
const headerActions = computed(() => []);
|
||||
|
||||
|
Reference in New Issue
Block a user