forked from mirrors/misskey
refactor(frontend): page-metadata -> page
This commit is contained in:
@@ -46,7 +46,7 @@ import MkSwitch from '@/components/MkSwitch.vue';
|
||||
import MkButton from '@/components/MkButton.vue';
|
||||
import * as os from '@/os.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
import { definePageMetadata } from '@/utility/page-metadata.js';
|
||||
import { definePage } from '@/page.js';
|
||||
|
||||
const name = ref('');
|
||||
const url = ref('');
|
||||
@@ -82,7 +82,7 @@ const headerActions = computed(() => []);
|
||||
|
||||
const headerTabs = computed(() => []);
|
||||
|
||||
definePageMetadata(() => ({
|
||||
definePage(() => ({
|
||||
title: 'Create new webhook',
|
||||
icon: 'ti ti-webhook',
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user