mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
8 lines
No EOL
185 B
Vue
8 lines
No EOL
185 B
Vue
<script setup lang="ts">
|
|
const about = await useFetch('/api/settings/about')
|
|
</script>
|
|
<template>
|
|
<v-container>
|
|
<v-card-text v-html="about" />
|
|
</v-container>
|
|
</template> |