This commit is contained in:
2025-12-20 18:57:44 +08:00
parent 8aa6a7ace0
commit e5cd753904
3 changed files with 15 additions and 12 deletions

View File

@@ -1,5 +1,9 @@
<script setup lang="ts">
import { aboutPage, footerData, navbarData, socialLinks } from "~/data";
<template>
<h1>Hello</h1>
</template>
<!-- <script setup lang="ts">
import { aboutPage, footerData } from "~/data";
useHead({
title: "About",
@@ -68,4 +72,4 @@ useHead({
</div>
</div>
</div>
</template>
</template> -->