mirror of
https://github.com/RhenCloud/Cloud-Home.git
synced 2026-01-22 17:39:07 +08:00
chore: 格式化代码
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
<template>
|
||||
<main class="page">
|
||||
<FriendsSection :friends="friends" />
|
||||
</main>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import FriendsSection from "~/components/FriendsSection.vue";
|
||||
import siteConfig from "~/config/siteConfig";
|
||||
|
||||
const friends = siteConfig.friends;
|
||||
|
||||
definePageMeta({
|
||||
order: 4,
|
||||
label: "友链",
|
||||
});
|
||||
</script>
|
||||
<template>
|
||||
<main class="page">
|
||||
<FriendsSection :friends="friends" />
|
||||
</main>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import FriendsSection from "~/components/FriendsSection.vue";
|
||||
import siteConfig from "~/config/siteConfig";
|
||||
|
||||
const friends = siteConfig.friends;
|
||||
|
||||
definePageMeta({
|
||||
order: 4,
|
||||
label: "友链",
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user