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,23 +1,23 @@
|
||||
<template>
|
||||
<main class="page">
|
||||
<HeroSection :profile="profile" />
|
||||
<SocialLinks :links="socialLinks" />
|
||||
<AboutSection :items="about" :profile="profile" />
|
||||
</main>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import HeroSection from "~/components/HeroSection.vue";
|
||||
import SocialLinks from "~/components/SocialLinks.vue";
|
||||
import AboutSection from "~/components/AboutSection.vue";
|
||||
import siteConfig from "~/config/siteConfig";
|
||||
|
||||
const profile = siteConfig.profile;
|
||||
const socialLinks = siteConfig.socialLinks;
|
||||
const about = siteConfig.about;
|
||||
|
||||
definePageMeta({
|
||||
order: 0,
|
||||
label: "首页",
|
||||
});
|
||||
</script>
|
||||
<template>
|
||||
<main class="page">
|
||||
<HeroSection :profile="profile" />
|
||||
<SocialLinks :links="socialLinks" />
|
||||
<AboutSection :items="about" :profile="profile" />
|
||||
</main>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import HeroSection from "~/components/HeroSection.vue";
|
||||
import SocialLinks from "~/components/SocialLinks.vue";
|
||||
import AboutSection from "~/components/AboutSection.vue";
|
||||
import siteConfig from "~/config/siteConfig";
|
||||
|
||||
const profile = siteConfig.profile;
|
||||
const socialLinks = siteConfig.socialLinks;
|
||||
const about = siteConfig.about;
|
||||
|
||||
definePageMeta({
|
||||
order: 0,
|
||||
label: "首页",
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user