change: loading performance
This commit is contained in:
parent
7c8be0ccb9
commit
716b5535ae
14 changed files with 129 additions and 98 deletions
|
@ -29,7 +29,6 @@
|
|||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
const title = await calculateTitle();
|
||||
const { footer } = await provideGlobal();
|
||||
const { links, maintained_by, copyright } = footer ?? {};
|
||||
const { footer, title } = useGlobal();
|
||||
const { links, maintained_by, copyright } = footer.value ?? {};
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue