refactor(frontend): page-metadata -> page
This commit is contained in:
parent
5ed1101bbd
commit
9998cb84e8
143 changed files with 286 additions and 286 deletions
|
|
@ -47,9 +47,9 @@ import { scrollToTop } from '@@/js/scroll.js';
|
|||
import XTabs from './MkPageHeader.tabs.vue';
|
||||
import type { Tab } from './MkPageHeader.tabs.vue';
|
||||
import type { PageHeaderItem } from '@/types/page-header.js';
|
||||
import type { PageMetadata } from '@/utility/page-metadata.js';
|
||||
import type { PageMetadata } from '@/page.js';
|
||||
import { globalEvents } from '@/events.js';
|
||||
import { injectReactiveMetadata } from '@/utility/page-metadata.js';
|
||||
import { injectReactiveMetadata } from '@/page.js';
|
||||
import { $i, openAccountMenu as openAccountMenu_ } from '@/account.js';
|
||||
|
||||
const props = withDefaults(defineProps<{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue