merge upstream 2025-02-03
This commit is contained in:
@@ -43,7 +43,7 @@ const indexInfo = {
|
||||
icon: 'ti ti-settings',
|
||||
hideHeader: true,
|
||||
};
|
||||
const INFO = ref(indexInfo);
|
||||
const INFO = ref<PageMetadata>(indexInfo);
|
||||
const el = shallowRef<HTMLElement | null>(null);
|
||||
const childInfo = ref<null | PageMetadata>(null);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user