Update nuxt to version 4 (#92)
* Nuxt 3.17.4 and other dependencies updated * Temporary fix (maybe) of the Inline Code * Update nuxt to version 4
This commit is contained in:
12
app/components/footer/site.vue
Normal file
12
app/components/footer/site.vue
Normal file
@@ -0,0 +1,12 @@
|
||||
<script setup lang="ts">
|
||||
import { footerData } from '~/data'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<p class="text-black dark:text-zinc-300 text-base py-1 font-semibold">About This Site</p>
|
||||
<p class="py-2 dark:text-zinc-300">
|
||||
{{ footerData.aboutTheSite }}
|
||||
</p>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user